Skip to content

Commit

Permalink
test(ScopeIndent): Fix PHP attribute error lines (#3461148)
Browse files Browse the repository at this point in the history
  • Loading branch information
klausi committed Dec 31, 2024
1 parent acc55a9 commit 8339bd5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/Drupal/WhiteSpace/ScopeIndentUnitTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ protected function getErrorList(string $testFile): array
20 => 1,
32 => 1,
34 => 1,
216 => 1,
222 => 1,
];

}//end getErrorList()
Expand Down

0 comments on commit 8339bd5

Please sign in to comment.