Skip to content

Commit 70592da

Browse files
committed
good spacing
1 parent 22eea72 commit 70592da

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/Drupal/good/good.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1124,7 +1124,7 @@ public function test8() {}
11241124

11251125
}
11261126

1127-
t('Some long mulit-line
1127+
t('Some long mulit-line
11281128
text is weird, but allowed.');
11291129

11301130
// Anonymous functions should not throw indentation errors here.
@@ -1911,6 +1911,6 @@ public function __construct(
19111911
*/
19121912
// phpcs:ignore Drupal.NamingConventions.ValidClassName
19131913
enum PUROSELY_WRONG_BUT_OK: int {
1914-
case One = 1;
1915-
case Two = 2;
1914+
case One = 1;
1915+
case Two = 2;
19161916
}

0 commit comments

Comments
 (0)