diff --git a/ecs.php b/ecs.php index cd1db6b..1006466 100644 --- a/ecs.php +++ b/ecs.php @@ -7,7 +7,7 @@ return static function (ECSConfig $config): void { $config->import('vendor/sylius-labs/coding-standard/ecs.php'); - $config->parameters()->set(Option::PATHS, [ + $config->paths([ 'src', 'tests' ]); };