Skip to content

Commit 2a55e54

Browse files
author
Andrey Helldar
committed
Revert stub
1 parent 023d3db commit 2a55e54

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

tests/stubs/source.php

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

3-
return [
4-
'foo' => 1,
5-
'bar' => 2,
6-
'baz' => 3,
3+
return array (
4+
'foo' => 1,
5+
'bar' => 2,
6+
'baz' => 3,
77
'qwe rty' => 'qaz',
8-
'baq' => [
9-
0 => 'qwe',
10-
'1' => 'rty',
8+
'baq' => array (
9+
0 => 'qwe',
10+
'1' => 'rty',
1111
'asd' => 'zxc',
12-
],
13-
'asd fgh' => [
12+
),
13+
'asd fgh' => array (
1414
'foo bar baz' => 'qwe',
15-
2 => 'rty',
16-
'qaw sed' => 'zxc',
17-
],
15+
2 => 'rty',
16+
'qaw sed' => 'zxc',
17+
),
1818
2 => 'iop',
19-
];
19+
);

0 commit comments

Comments
 (0)