Skip to content

Commit 8332ae9

Browse files
authored
Improve phpstan configuration (#344)
1 parent eb2b351 commit 8332ae9

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

phpstan.neon.dist

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
11
parameters:
22
level: 7
3-
reportUnmatchedIgnoredErrors: false
43
bootstrapFiles:
5-
- %currentWorkingDirectory%/vendor/squizlabs/php_codesniffer/autoload.php
4+
- vendor/squizlabs/php_codesniffer/autoload.php
65
paths:
7-
- %currentWorkingDirectory%/VariableAnalysis/
8-
excludePaths:
9-
- %currentWorkingDirectory%/Tests/
10-
ignoreErrors:
11-
- '~^Constant T_\w+ not found.$~'
6+
- VariableAnalysis/

0 commit comments

Comments
 (0)