Skip to content

Commit 1d523e6

Browse files
committed
consistency
1 parent fd02a55 commit 1d523e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Util/TemplateLinter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ public function getLinterUserMessage(): array
7575
sprintf('System PHP-CS-Fixer Configuration (<info>%s</info>)', $this->phpCsFixerConfigPath).\PHP_EOL
7676
;
7777

78-
$message[] = \PHP_EOL;
78+
$message[2] = \PHP_EOL;
7979

8080
return $message;
8181
}

0 commit comments

Comments
 (0)