Skip to content

Commit

Permalink
Merge branch 'master' into bugfix/assert-strict
Browse files Browse the repository at this point in the history
  • Loading branch information
gechetspr committed Sep 29, 2020
2 parents ac8b542 + 24f277b commit 37e6d6e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions phpstan.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"defaultLevel": 5
}
"defaultLevel": 6
}
2 changes: 2 additions & 0 deletions phpstan.neon
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
parameters:
checkGenericClassInNonGenericObjectType: false
checkMissingIterableValueType: false
ignoreErrors:
- '#Call to an undefined method .+ActiveRecordInterface::toArray\(\).#'
- '#Parameter \#1 \$command of class Symfony\\Component\\Process\\Process constructor expects array, string given.#'
Expand Down

0 comments on commit 37e6d6e

Please sign in to comment.