Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15526325
D19561.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Referenced Files
None
Subscribers
None
D19561.id.diff
View Options
diff --git a/src/lint/linter/xhpast/rules/ArcanistDeprecationXHPASTLinterRule.php b/src/lint/linter/xhpast/rules/ArcanistDeprecationXHPASTLinterRule.php
--- a/src/lint/linter/xhpast/rules/ArcanistDeprecationXHPASTLinterRule.php
+++ b/src/lint/linter/xhpast/rules/ArcanistDeprecationXHPASTLinterRule.php
@@ -20,7 +20,7 @@
'xhpast.deprecated.functions' => array(
'type' => 'optional map<string, string>',
'help' => pht(
- 'Functions which should should be considered deprecated.'),
+ 'Functions which should be considered deprecated.'),
),
);
}
diff --git a/src/lint/linter/xhpast/rules/ArcanistUnsafeDynamicStringXHPASTLinterRule.php b/src/lint/linter/xhpast/rules/ArcanistUnsafeDynamicStringXHPASTLinterRule.php
--- a/src/lint/linter/xhpast/rules/ArcanistUnsafeDynamicStringXHPASTLinterRule.php
+++ b/src/lint/linter/xhpast/rules/ArcanistUnsafeDynamicStringXHPASTLinterRule.php
@@ -21,14 +21,14 @@
'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.'),
),
);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Apr 22, 8:36 PM (2 d, 23 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7227691
Default Alt Text
D19561.id.diff (1 KB)
Attached To
Mode
D19561: Consolidate redundant "should should" from some linter help strings in Arcanist
Attached
Detach File
Event Timeline
Log In to Comment