Skip to content

Commit

Permalink
make PHPStan happy again
Browse files Browse the repository at this point in the history
  • Loading branch information
craue committed Mar 8, 2020
1 parent f478523 commit bd2d58c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion phpstan-config.neon
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,10 @@ parameters:
excludes_analyse:
- Tests/*
- vendor/*
treatPhpDocTypesAsCertain: false
ignoreErrors:
-
message: '#^Result of || is always true\.$#'
message: '#^Unsafe usage of new static\(\)\.$#'
path: Form/Step.php
# TODO remove as soon as PHP >= 7.1 is required
-
Expand Down

0 comments on commit bd2d58c

Please sign in to comment.