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