Skip to content

Commit 2552783

Browse files
committed
Fix phpcs issues in the test fil
1 parent 997b194 commit 2552783

File tree

1 file changed

+33
-33
lines changed

1 file changed

+33
-33
lines changed

Universal/Tests/DeclareStatements/DeclareStatementsStyleUnitTest.php

Lines changed: 33 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -30,39 +30,39 @@ class DeclareStatementsStyleUnitTest extends AbstractSniffUnitTest
3030
public function getErrorList()
3131
{
3232
return [
33-
15 => 1,
34-
19 => 1,
35-
23 => 1,
36-
32 => 1,
37-
41 => 1,
38-
45 => 1,
39-
49 => 1,
40-
50 => 1,
41-
55 => 1,
42-
56 => 1,
43-
63 => 1,
44-
67 => 1,
45-
76 => 1,
46-
85 => 1,
47-
89 => 1,
48-
95 => 1,
49-
104 => 1,
50-
185 => 1,
51-
187 => 1,
52-
189 => 1,
53-
191 => 1,
54-
217 => 1,
55-
226 => 1,
56-
261 => 1,
57-
271 => 1,
58-
331 => 1,
59-
340 => 1,
60-
375 => 1,
61-
385 => 1,
62-
445 => 1,
63-
454 => 1,
64-
463 => 1,
65-
472 => 1,
33+
15 => 1,
34+
19 => 1,
35+
23 => 1,
36+
32 => 1,
37+
41 => 1,
38+
45 => 1,
39+
49 => 1,
40+
50 => 1,
41+
55 => 1,
42+
56 => 1,
43+
63 => 1,
44+
67 => 1,
45+
76 => 1,
46+
85 => 1,
47+
89 => 1,
48+
95 => 1,
49+
104 => 1,
50+
185 => 1,
51+
187 => 1,
52+
189 => 1,
53+
191 => 1,
54+
217 => 1,
55+
226 => 1,
56+
261 => 1,
57+
271 => 1,
58+
331 => 1,
59+
340 => 1,
60+
375 => 1,
61+
385 => 1,
62+
445 => 1,
63+
454 => 1,
64+
463 => 1,
65+
472 => 1,
6666
];
6767
}
6868

0 commit comments

Comments
 (0)