Skip to content

Commit

Permalink
Trim whistespaces on phpstan config file
Browse files Browse the repository at this point in the history
  • Loading branch information
Taluu committed Dec 10, 2018
1 parent 02fd266 commit 5673c92
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions phpstan.neon
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
parameters:
level: max
paths:
paths:
- src

ignoreErrors:
Expand All @@ -16,7 +16,7 @@ parameters:
# phpstan doesn't detect well assertions with function_exists,
# method_exists and class_exists, so we have to ignore them...
- '{^Function is_countable not found.$}'

# needed because in php 7.3, the ignore pattern on is_countable is reported as "error"
reportUnmatchedIgnoredErrors: false

Expand Down

0 comments on commit 5673c92

Please sign in to comment.