We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edc7a37 commit e6c510eCopy full SHA for e6c510e
1 file changed
tests/Fixer/SymfonyServiceClassConstantFixer.php
@@ -335,7 +335,6 @@ private function insertImports(Tokens $tokens, array $imports): void
335
}
336
337
$tokensToInsert[] = new Token(';');
338
- $tokensToInsert[] = new Token([\T_WHITESPACE, "\n"]);
339
340
341
$tokens->insertAt($insertIndex + 1, $tokensToInsert);
0 commit comments