Skip to content

Commit 80ebd4a

Browse files
committed
CS fix: align array arrows
1 parent e95c077 commit 80ebd4a

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

src/Standards/PEAR/Tests/Functions/ValidDefaultValueUnitTest.php

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,14 @@ class ValidDefaultValueUnitTest extends AbstractSniffUnitTest
2626
public function getErrorList()
2727
{
2828
return [
29-
29 => 1,
30-
34 => 1,
31-
39 => 1,
32-
71 => 1,
33-
76 => 1,
34-
81 => 1,
35-
91 => 1,
36-
99 => 1,
29+
29 => 1,
30+
34 => 1,
31+
39 => 1,
32+
71 => 1,
33+
76 => 1,
34+
81 => 1,
35+
91 => 1,
36+
99 => 1,
3737
101 => 1,
3838
];
3939

0 commit comments

Comments
 (0)