Skip to content

Commit 80a7c03

Browse files
committed
Fixed coding standard error
1 parent cc1069d commit 80a7c03

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Standards/PSR12/Tests/Files/ImportStatementUnitTest.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ class ImportStatementUnitTest extends AbstractSniffUnitTest
2626
public function getErrorList()
2727
{
2828
return [
29-
2 => 1,
30-
4 => 1,
31-
7 => 1,
29+
2 => 1,
30+
4 => 1,
31+
7 => 1,
3232
];
3333

3434
}//end getErrorList()

0 commit comments

Comments
 (0)