Skip to content

Commit

Permalink
Merge pull request #1731 from bolt/bobdenotter-patch-1
Browse files Browse the repository at this point in the history
Fix ECS 😅
  • Loading branch information
I-Valchev authored Aug 19, 2020
2 parents 9297dc2 + b5fcc3a commit f58934a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ecs.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
return static function (ContainerConfigurator $containerConfigurator): void {
$parameters = $containerConfigurator->parameters();

$parameters->set('sets', ['clean-code', 'common', 'php70', 'php71', 'psr12', 'symfony', 'symfony-risky']);
$parameters->set('sets', ['clean-code', 'common', 'php-70', 'php-71', 'psr-12', 'symfony', 'symfony-risky']);

$parameters->set('paths', [
__DIR__ . '/src',
Expand Down

0 comments on commit f58934a

Please sign in to comment.