We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8db42c0 commit 870ff8eCopy full SHA for 870ff8e
tests/Unit/fixtures/thirtythree.php
@@ -1,5 +1,5 @@
1
<?php
2
3
$foo[ 'bar' ];
4
-[ 1, 2, 3 ];
5
-[ 'a', 'b' ];
+array( 1, 2, 3 );
+array( 'a', 'b' );
0 commit comments