Page MenuHomePhabricator

D14567.id.diff
No OneTemporary

D14567.id.diff

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
@@ -70,9 +70,11 @@
AASTNodeList $calls,
array $safe) {
- $safe = array_combine(
- array_map('strtolower', array_keys($safe)),
- $safe);
+ if ($safe) {
+ $safe = array_combine(
+ array_map('strtolower', array_keys($safe)),
+ $safe);
+ }
foreach ($calls as $call) {
$name = $call->getChildByIndex(0)->getConcreteString();

File Metadata

Mime Type
text/plain
Expires
Tue, Mar 25, 12:18 AM (1 w, 5 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7712216
Default Alt Text
D14567.id.diff (720 B)

Event Timeline