Skip to content

Commit

Permalink
Remove skipped fixer (#137)
Browse files Browse the repository at this point in the history
  • Loading branch information
zingimmick authored Mar 17, 2022
1 parent 849ae81 commit f78a7b2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"php": "^7.2 || ^8.0",
"rector/rector": "^0.12",
"slevomat/coding-standard": "^7.0",
"symplify/easy-coding-standard": "^10.0.16"
"symplify/easy-coding-standard": "^10.1.4"
},
"require-dev": {
"phpunit/phpunit": "^7.0 || ^8.0 || ^9.0",
Expand Down
3 changes: 0 additions & 3 deletions config/ecs.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,4 @@
$containerConfigurator->import(ECSSetList::PHP_CS_FIXER_CUSTOM);
$containerConfigurator->import(ECSSetList::PHP_CODESNIFFER_CUSTOM);
$containerConfigurator->import(ECSSetList::SLEVOMAT_CODING_STANDARD_CUSTOM);

$services = $containerConfigurator->services();
$services->remove(\Symplify\CodingStandard\Fixer\Spacing\StandaloneLineConstructorParamFixer::class);
};

0 comments on commit f78a7b2

Please sign in to comment.