We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 088938e commit eab2c21Copy full SHA for eab2c21
1 file changed
configs/phpstan.dist.neon
@@ -11,10 +11,11 @@ parameters:
11
- %currentWorkingDirectory%/boostrap/cache/*
12
- %currentWorkingDirectory%/vendor/*
13
- %currentWorkingDirectory%/storage/*
14
- - %currentWorkingDirectory%/ecs.php
15
- - %currentWorkingDirectory%/_ide_helper.php
16
- - %currentWorkingDirectory%/_ide_helper_actions.php
17
- - %currentWorkingDirectory%/_ide_helper_models.php
+ - %currentWorkingDirectory%/ecs.php(?)
+ - %currentWorkingDirectory%/.phpstorm.meta.php(?)
+ - %currentWorkingDirectory%/_ide_helper.php(?)
+ - %currentWorkingDirectory%/_ide_helper_actions.php(?)
18
+ - %currentWorkingDirectory%/_ide_helper_models.php(?)
19
20
ignoreErrors:
21
- '#Property .* has no type specified.#'
0 commit comments