Skip to content

Commit

Permalink
Fixed coding standard error
Browse files Browse the repository at this point in the history
  • Loading branch information
gsherwood committed Oct 24, 2019
1 parent cc1069d commit 80a7c03
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Standards/PSR12/Tests/Files/ImportStatementUnitTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ class ImportStatementUnitTest extends AbstractSniffUnitTest
public function getErrorList()
{
return [
2 => 1,
4 => 1,
7 => 1,
2 => 1,
4 => 1,
7 => 1,
];

}//end getErrorList()
Expand Down

0 comments on commit 80a7c03

Please sign in to comment.