Skip to content

Commit

Permalink
removed skipping of DeclareStrictTypesFixer
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasLudvik committed Mar 1, 2024
1 parent b78d217 commit 3ba33b7
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions ecs.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,6 @@
PhpdocToPropertyTypeFixer::class => [
__DIR__ . '/src/*',
],
DeclareStrictTypesFixer::class => [
__DIR__ . '/src/*',
],
]);

$ecsConfig->import(__DIR__ . '/vendor/shopsys/coding-standards/ecs.php', null, true);
Expand Down

0 comments on commit 3ba33b7

Please sign in to comment.