Skip to content

Commit 6450298

Browse files
committed
Merge branch '8.3.x' into case-semicolon
2 parents 9593d09 + dfbd808 commit 6450298

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

tests/Drupal/WhiteSpace/ScopeIndentUnitTest.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ class ScopeIndentUnitTest extends CoderSniffUnitTest
2121
protected function getErrorList(string $testFile): array
2222
{
2323
return [
24-
6 => 1,
25-
18 => 1,
26-
20 => 1,
27-
32 => 1,
28-
34 => 1,
24+
6 => 1,
25+
18 => 1,
26+
20 => 1,
27+
32 => 1,
28+
34 => 1,
2929
216 => 1,
3030
222 => 1,
3131
];

0 commit comments

Comments
 (0)