1
0
Fork 0
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:
epriestley 2018-08-06 11:02:49 -07:00
commit 9dfa68d739
2 changed files with 4 additions and 4 deletions

View file

@ -20,7 +20,7 @@ final class ArcanistDeprecationXHPASTLinterRule
'xhpast.deprecated.functions' => array(
'type' => 'optional map<string, string>',
'help' => pht(
'Functions which should should be considered deprecated.'),
'Functions which should be considered deprecated.'),
),
);
}

View file

@ -21,14 +21,14 @@ final class ArcanistUnsafeDynamicStringXHPASTLinterRule
'xhpast.dynamic-string.classes' => array(
'type' => 'optional map<string, string>',
'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.'),
),
'xhpast.dynamic-string.functions' => array(
'type' => 'optional map<string, string>',
'help' => pht(
'Functions which should should not be used because they represent '.
'the unsafe usage of dynamic strings.'),
'Functions which should not be used because they represent the '.
'unsafe usage of dynamic strings.'),
),
);