Skip to content

Commit

Permalink
Fix code style issue in ecs.php
Browse files Browse the repository at this point in the history
  • Loading branch information
andreaswolf committed Sep 3, 2024
1 parent af3cbd3 commit 2d1abab
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions ecs.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,5 @@
])
->withSkip([__DIR__ . '/packages/extension-installer/generated'])
->withPreparedSets(psr12: true, common: true, symplify: true, cleanCode: true)
->withPaths([
__DIR__ . '/e2e',
__DIR__ . '/src',
__DIR__ . '/packages',
])
->withPaths([__DIR__ . '/e2e', __DIR__ . '/src', __DIR__ . '/packages'])
->withRootFiles();

0 comments on commit 2d1abab

Please sign in to comment.