Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F18784863
D14567.id35232.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
501 B
Referenced Files
None
Subscribers
None
D14567.id35232.diff
View Options
Index: src/lint/linter/xhpast/rules/ArcanistUnsafeDynamicStringXHPASTLinterRule.php
===================================================================
--- src/lint/linter/xhpast/rules/ArcanistUnsafeDynamicStringXHPASTLinterRule.php
+++ src/lint/linter/xhpast/rules/ArcanistUnsafeDynamicStringXHPASTLinterRule.php
@@ -70,7 +70,7 @@
AASTNodeList $calls,
array $safe) {
- $safe = array_combine(
+ $safe = array_fuse(
array_map('strtolower', array_keys($safe)),
$safe);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Oct 14 2025, 3:32 PM (9 w, 7 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
12597474
Default Alt Text
D14567.id35232.diff (501 B)
Attached To
Mode
D14567: Fix a compatibility issue with `ArcanistUnsafeDynamicStringXHPASTLinterRule`
Attached
Detach File
Event Timeline
Log In to Comment