Skip to content

Commit 870ff8e

Browse files
committed
fix - tests
1 parent 8db42c0 commit 870ff8e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?php
22

33
$foo[ 'bar' ];
4-
[ 1, 2, 3 ];
5-
[ 'a', 'b' ];
4+
array( 1, 2, 3 );
5+
array( 'a', 'b' );

0 commit comments

Comments
 (0)