Skip to content

Commit a6d14dc

Browse files
committed
Fix indents
1 parent 26fec8f commit a6d14dc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

unit-tests/Expected/simple/example.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,10 @@
3939
'line' => 8,
4040
'char' => 1,
4141
],
42-
],
43-
'file' => data_path('simple/example.zep'),
44-
'line' => 3,
45-
'char' => 5,
42+
],
43+
'file' => data_path('simple/example.zep'),
44+
'line' => 3,
45+
'char' => 5,
4646
],
4747
'file' => data_path('simple/example.zep'),
4848
'line' => 3,

0 commit comments

Comments
 (0)