Skip to content

Commit ce5c1d2

Browse files
committed
Remove semicolon so that array is seen as T_ARRAY
1 parent eeb3c2f commit ce5c1d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Standards/Generic/Tests/Arrays/DisallowLongArraySyntaxUnitTest.3.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
// This should be the only test in this file.
55
// Testing that the sniff is *not* triggered.
66

7-
$var = array;
7+
$var = array

0 commit comments

Comments
 (0)