Skip to content

Commit c048e00

Browse files
committed
fix coding standards
1 parent 44632ed commit c048e00

1 file changed

Lines changed: 20 additions & 20 deletions

File tree

src/Standards/PSR12/Tests/Operators/OperatorSpacingUnitTest.php

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -36,26 +36,26 @@ public function getErrorList($testFile = '')
3636
switch ($testFile) {
3737
case 'OperatorSpacingUnitTest.1.inc':
3838
return [
39-
2 => 1,
40-
3 => 2,
41-
4 => 1,
42-
5 => 2,
43-
6 => 4,
44-
9 => 3,
45-
10 => 2,
46-
11 => 3,
47-
13 => 3,
48-
14 => 2,
49-
18 => 1,
50-
20 => 1,
51-
22 => 2,
52-
23 => 2,
53-
26 => 1,
54-
37 => 4,
55-
39 => 1,
56-
40 => 1,
57-
44 => 2,
58-
47 => 2,
39+
2 => 1,
40+
3 => 2,
41+
4 => 1,
42+
5 => 2,
43+
6 => 4,
44+
9 => 3,
45+
10 => 2,
46+
11 => 3,
47+
13 => 3,
48+
14 => 2,
49+
18 => 1,
50+
20 => 1,
51+
22 => 2,
52+
23 => 2,
53+
26 => 1,
54+
37 => 4,
55+
39 => 1,
56+
40 => 1,
57+
44 => 2,
58+
47 => 2,
5959
120 => 2,
6060
158 => 2,
6161
164 => 2,

0 commit comments

Comments
 (0)