Skip to content

Commit

Permalink
Update ecs using paths function
Browse files Browse the repository at this point in the history
  • Loading branch information
Hanmac authored Oct 21, 2024
1 parent 3f608de commit daef95c
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 @@ -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'
]);
};

0 comments on commit daef95c

Please sign in to comment.