Skip to content

Commit

Permalink
OP-377 - Update ecs configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
SzymonKostrubiec committed Jul 26, 2024
1 parent dc15a19 commit 1d2d376
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 @@ -21,6 +21,6 @@
$ecsConfig->import('vendor/sylius-labs/coding-standard/ecs.php');

$ecsConfig->skip([
VisibilityRequiredFixer::class => ['*Spec.php', '*Kernel.php'],
VisibilityRequiredFixer::class => ['*Spec.php', 'src/Kernel.php'],
]);
};

0 comments on commit 1d2d376

Please sign in to comment.