Skip to content

Commit fe2eaa0

Browse files
authored
[TASK] Drop redundant PHPStan configuration options (#781)
`scanDirectories` is not needed when `paths` is set.
1 parent 3d8e6b6 commit fe2eaa0

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

config/phpstan.neon

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,6 @@ parameters:
88

99
level: 1
1010

11-
scanDirectories:
12-
- %currentWorkingDirectory%/bin/
13-
- %currentWorkingDirectory%/src/
14-
- %currentWorkingDirectory%/tests/
1511
paths:
1612
- %currentWorkingDirectory%/bin/
1713
- %currentWorkingDirectory%/src/

0 commit comments

Comments
 (0)