File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 2525use PhpCsFixer \Fixer \Whitespace \BlankLineBeforeStatementFixer ;
2626use SlevomatCodingStandard \Sniffs \Functions \UnusedParameterSniff ;
2727use Symfony \Component \DependencyInjection \Loader \Configurator \ContainerConfigurator ;
28+ use Symplify \CodingStandard \Fixer \ArrayNotation \ArrayListItemNewlineFixer ;
29+ use Symplify \CodingStandard \Fixer \ArrayNotation \ArrayOpenerAndCloserNewlineFixer ;
2830use Symplify \CodingStandard \Fixer \Commenting \ParamReturnAndVarTagMalformsFixer ;
2931use Symplify \CodingStandard \Fixer \Strict \BlankLineAfterStrictTypesFixer ;
3032
8890 BlankLineAfterStrictTypesFixer::class => null ,
8991 ParamReturnAndVarTagMalformsFixer::class => null ,
9092 PhpdocAlignFixer::class => null ,
93+ ArrayListItemNewlineFixer::class => null ,
94+ ArrayOpenerAndCloserNewlineFixer::class => null ,
9195 ]
9296 );
9397};
You can’t perform that action at this time.
0 commit comments