Skip to content

Commit

Permalink
Add bootstrap to phpstan
Browse files Browse the repository at this point in the history
  • Loading branch information
othercorey committed Jul 14, 2020
1 parent d4bf931 commit 2c4be66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions phpstan.neon
Expand Up @@ -2,8 +2,8 @@ parameters:
level: 6
checkMissingIterableValueType: false
checkGenericClassInNonGenericObjectType: false
excludes_analyse:
- src/Shell/Task/TwigTemplateTask.php
bootstrapFiles:
- tests/bootstrap.php
ignoreErrors:
-
message: "#^Constant CACHE not found\\.$#"
Expand Down

0 comments on commit 2c4be66

Please sign in to comment.