Skip to content

Commit

Permalink
Merge branch '8.3.x' into case-semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
klausi committed Dec 31, 2024
2 parents 9593d09 + dfbd808 commit 6450298
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions tests/Drupal/WhiteSpace/ScopeIndentUnitTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ class ScopeIndentUnitTest extends CoderSniffUnitTest
protected function getErrorList(string $testFile): array
{
return [
6 => 1,
18 => 1,
20 => 1,
32 => 1,
34 => 1,
6 => 1,
18 => 1,
20 => 1,
32 => 1,
34 => 1,
216 => 1,
222 => 1,
];
Expand Down

0 comments on commit 6450298

Please sign in to comment.