Skip to content

Commit 24ebce7

Browse files
author
dmitriy
committed
fixed ecs config
1 parent 4be9861 commit 24ebce7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ecs.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@
2525
use PhpCsFixer\Fixer\Whitespace\BlankLineBeforeStatementFixer;
2626
use SlevomatCodingStandard\Sniffs\Functions\UnusedParameterSniff;
2727
use Symfony\Component\DependencyInjection\Loader\Configurator\ContainerConfigurator;
28+
use Symplify\CodingStandard\Fixer\ArrayNotation\ArrayListItemNewlineFixer;
29+
use Symplify\CodingStandard\Fixer\ArrayNotation\ArrayOpenerAndCloserNewlineFixer;
2830
use Symplify\CodingStandard\Fixer\Commenting\ParamReturnAndVarTagMalformsFixer;
2931
use Symplify\CodingStandard\Fixer\Strict\BlankLineAfterStrictTypesFixer;
3032

@@ -88,6 +90,8 @@
8890
BlankLineAfterStrictTypesFixer::class => null,
8991
ParamReturnAndVarTagMalformsFixer::class => null,
9092
PhpdocAlignFixer::class => null,
93+
ArrayListItemNewlineFixer::class => null,
94+
ArrayOpenerAndCloserNewlineFixer::class => null,
9195
]
9296
);
9397
};

0 commit comments

Comments
 (0)