Skip to content

Commit

Permalink
CS fix: align array arrows
Browse files Browse the repository at this point in the history
  • Loading branch information
michalbundyra committed Nov 21, 2019
1 parent e95c077 commit 80ebd4a
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/Standards/PEAR/Tests/Functions/ValidDefaultValueUnitTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@ class ValidDefaultValueUnitTest extends AbstractSniffUnitTest
public function getErrorList()
{
return [
29 => 1,
34 => 1,
39 => 1,
71 => 1,
76 => 1,
81 => 1,
91 => 1,
99 => 1,
29 => 1,
34 => 1,
39 => 1,
71 => 1,
76 => 1,
81 => 1,
91 => 1,
99 => 1,
101 => 1,
];

Expand Down

0 comments on commit 80ebd4a

Please sign in to comment.