File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 208208 // split of BracesFixer in PHP CS Fixer 3.10 - https://github.com/FriendsOfPHP/PHP-CS-Fixer/pull/4884
209209 $ ecsConfig ->rules ([
210210 ControlStructureBracesFixer::class,
211- BracesPositionFixer::class,
212211 NoMultipleStatementsPerLineFixer::class,
213212 DeclareParenthesesFixer::class,
214213 ControlStructureContinuationPositionFixer::class,
215214 StatementIndentationFixer::class,
216215 SingleSpaceAroundConstructFixer::class,
217216 ]);
217+ $ ecsConfig ->ruleWithConfiguration (BracesPositionFixer::class, [
218+ 'anonymous_classes_opening_brace ' => 'next_line_unless_newline_at_signature_end ' ,
219+ ]);
218220
219221 $ ecsConfig ->ruleWithConfiguration (NewWithParenthesesFixer::class, [
220222 'anonymous_class ' => false ,
You can’t perform that action at this time.
0 commit comments