mirror of
https://we.phorge.it/source/arcanist.git
synced 2025-02-06 20:08:28 +01:00
(stable) Promote 2018 Week 31
This commit is contained in:
commit
9dfa68d739
2 changed files with 4 additions and 4 deletions
|
@ -20,7 +20,7 @@ final class ArcanistDeprecationXHPASTLinterRule
|
||||||
'xhpast.deprecated.functions' => array(
|
'xhpast.deprecated.functions' => array(
|
||||||
'type' => 'optional map<string, string>',
|
'type' => 'optional map<string, string>',
|
||||||
'help' => pht(
|
'help' => pht(
|
||||||
'Functions which should should be considered deprecated.'),
|
'Functions which should be considered deprecated.'),
|
||||||
),
|
),
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
|
@ -21,14 +21,14 @@ final class ArcanistUnsafeDynamicStringXHPASTLinterRule
|
||||||
'xhpast.dynamic-string.classes' => array(
|
'xhpast.dynamic-string.classes' => array(
|
||||||
'type' => 'optional map<string, string>',
|
'type' => 'optional map<string, string>',
|
||||||
'help' => pht(
|
'help' => pht(
|
||||||
'Classes which should should not be used because they represent the '.
|
'Classes which should not be used because they represent the '.
|
||||||
'unsafe usage of dynamic strings.'),
|
'unsafe usage of dynamic strings.'),
|
||||||
),
|
),
|
||||||
'xhpast.dynamic-string.functions' => array(
|
'xhpast.dynamic-string.functions' => array(
|
||||||
'type' => 'optional map<string, string>',
|
'type' => 'optional map<string, string>',
|
||||||
'help' => pht(
|
'help' => pht(
|
||||||
'Functions which should should not be used because they represent '.
|
'Functions which should not be used because they represent the '.
|
||||||
'the unsafe usage of dynamic strings.'),
|
'unsafe usage of dynamic strings.'),
|
||||||
),
|
),
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue