Skip to content

Commit

Permalink
fixed paths to files of skipped rules
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasLudvik committed Nov 25, 2024
1 parent 50b2264 commit 3503873
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/ecs-skip-rules.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@
__DIR__ . '/tests/App/Test/Codeception/_generated/AcceptanceTesterActions.php',
RemoveUselessDefaultCommentFixer::class,
AssignmentInConditionSniff::class => [
__DIR__ . '/project-base/app/src/Kernel.php',
__DIR__ . '/src/Kernel.php',
],
DisallowMultipleAssignmentsSniff::class => [
__DIR__ . '/project-base/app/src/Kernel.php',
__DIR__ . '/src/Kernel.php',
],
PhpdocToPropertyTypeFixer::class => [
__DIR__ . '/src',
Expand Down

0 comments on commit 3503873

Please sign in to comment.