Skip to content

Commit

Permalink
Restore src path in ECS
Browse files Browse the repository at this point in the history
  • Loading branch information
lruozzi9 committed Oct 3, 2022
1 parent b2f23dd commit 5c34ab5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ecs.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,6 @@

$ecsConfig->parameters()->set(Option::SKIP, [
VisibilityRequiredFixer::class => ['*Spec.php'],
Option::PATHS, [__DIR__ . '/src']
]);
};

0 comments on commit 5c34ab5

Please sign in to comment.