Skip to content

Commit 1178d3b

Browse files
committed
Remove useless variables
These directories exist only at the root of the project, it is not like adding these variables will make PHPStan runnable from anywhere.
1 parent f7a8d12 commit 1178d3b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

phpstan.neon.dist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ parameters:
22
level: 7
33
phpVersion: 80200
44
paths:
5-
- %currentWorkingDirectory%/DependencyInjection
6-
- %currentWorkingDirectory%/Tests
5+
- DependencyInjection
6+
- Tests
77

88
ignoreErrors:
99
- '~Parameter \#1 \$configs.*DoctrineMigrationsExtension::load.*~'

0 commit comments

Comments
 (0)