Skip to content

Commit 71b9bb6

Browse files
committed
cs
1 parent 9812cd0 commit 71b9bb6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/Drupal/NamingConventions/ValidClassNameUnitTest.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ class ValidClassNameUnitTest extends CoderSniffUnitTest
2121
protected function getErrorList(string $testFile): array
2222
{
2323
return [
24-
5 => 2,
25-
6 => 1,
26-
7 => 1,
24+
5 => 2,
25+
6 => 1,
26+
7 => 1,
2727
11 => 2,
2828
12 => 1,
2929
13 => 1,

0 commit comments

Comments
 (0)