Skip to content

Commit d6b6c7e

Browse files
committed
Drop useless currentWorkingDirectory variable
There is only one directory with Command and Tests inside it that is meant to be analyzed.
1 parent 774a729 commit d6b6c7e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

phpstan.neon

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
parameters:
22
level: 7
33
paths:
4-
- %currentWorkingDirectory%/Command
5-
- %currentWorkingDirectory%/Tests
4+
- Command
5+
- Tests
66
includes:
77
- vendor/phpstan/phpstan-strict-rules/rules.neon

0 commit comments

Comments
 (0)