Page MenuHomePhabricator

D13967.diff
No OneTemporary

D13967.diff

diff --git a/src/lint/linter/__tests__/xhpast/php54-features.lint-test b/src/lint/linter/__tests__/xhpast/php54-features.lint-test
--- a/src/lint/linter/__tests__/xhpast/php54-features.lint-test
+++ b/src/lint/linter/__tests__/xhpast/php54-features.lint-test
@@ -1,10 +1,7 @@
<?php
f()[0];
- m()[0];
-
-// The check above should be this, see T4334.
-// $o->m()[0];
+$o->m()[0];
final class SomeClass extends Phobject {
public function someMethod() {
@@ -19,7 +16,6 @@
};
}
}
-
~~~~~~~~~~
error:3:5
error:4:9

File Metadata

Mime Type
text/plain
Expires
Sat, Apr 19, 10:32 PM (3 d, 22 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7387586
Default Alt Text
D13967.diff (534 B)

Event Timeline