Skip to content

Commit e6c510e

Browse files
authored
fix: remove extra whitespace insertion in SymfonyServiceClassConstantFixer (#7761)
1 parent edc7a37 commit e6c510e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/Fixer/SymfonyServiceClassConstantFixer.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,6 @@ private function insertImports(Tokens $tokens, array $imports): void
335335
}
336336

337337
$tokensToInsert[] = new Token(';');
338-
$tokensToInsert[] = new Token([\T_WHITESPACE, "\n"]);
339338
}
340339

341340
$tokens->insertAt($insertIndex + 1, $tokensToInsert);

0 commit comments

Comments
 (0)