Skip to content

Commit

Permalink
test: fix paths
Browse files Browse the repository at this point in the history
  • Loading branch information
adrienbrault committed Apr 23, 2024
1 parent 7a65ce8 commit a2acc76
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ecs.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
->withPaths([
__DIR__ . '/src',
__DIR__ . '/tests',
__DIR__ . '/demo',
__DIR__ . '/examples',
])

->withRules([
Expand Down
2 changes: 1 addition & 1 deletion phpstan.neon.dist
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ parameters:
paths:
- src
- tests
- demo
- examples

includes:
- vendor/phpstan/phpstan-symfony/extension.neon
Expand Down
2 changes: 1 addition & 1 deletion rector.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@

return RectorConfig::configure()
->withPaths([
__DIR__ . '/demo',
__DIR__ . '/src',
__DIR__ . '/tests',
__DIR__ . '/examples',
])
->withPhpSets(php81: true)
->withSkip([
Expand Down

0 comments on commit a2acc76

Please sign in to comment.