Skip to content

Commit

Permalink
[ECS] Enable StandaloneLineConstructorParamFixer again (#1942)
Browse files Browse the repository at this point in the history
  • Loading branch information
samsonasik committed Mar 16, 2022
1 parent 6b4d6b2 commit 53013b6
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions ecs.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
use PhpCsFixer\Fixer\PhpUnit\PhpUnitStrictFixer;
use Symfony\Component\DependencyInjection\Loader\Configurator\ContainerConfigurator;
use Symplify\CodingStandard\Fixer\LineLength\DocBlockLineLengthFixer;
use Symplify\CodingStandard\Fixer\Spacing\StandaloneLineConstructorParamFixer;
use Symplify\EasyCodingStandard\ValueObject\Option;
use Symplify\EasyCodingStandard\ValueObject\Set\SetList;

Expand Down Expand Up @@ -77,9 +76,6 @@
__DIR__ . '/src/DependencyInjection/Loader/Configurator/RectorServiceConfigurator.php',
__DIR__ . '/rules/Php70/EregToPcreTransformer.php',
],

// buggy - cause { inlined
StandaloneLineConstructorParamFixer::class,
]);

// import SetList here in the end of ecs. is on purpose
Expand Down

0 comments on commit 53013b6

Please sign in to comment.