Skip to content

Commit eab2c21

Browse files
committed
made phpstan files optional
1 parent 088938e commit eab2c21

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

configs/phpstan.dist.neon

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,11 @@ parameters:
1111
- %currentWorkingDirectory%/boostrap/cache/*
1212
- %currentWorkingDirectory%/vendor/*
1313
- %currentWorkingDirectory%/storage/*
14-
- %currentWorkingDirectory%/ecs.php
15-
- %currentWorkingDirectory%/_ide_helper.php
16-
- %currentWorkingDirectory%/_ide_helper_actions.php
17-
- %currentWorkingDirectory%/_ide_helper_models.php
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(?)
1819

1920
ignoreErrors:
2021
- '#Property .* has no type specified.#'

0 commit comments

Comments
 (0)