Skip to content

Commit

Permalink
TE-7001 Merged with master.
Browse files Browse the repository at this point in the history
  • Loading branch information
stereomon committed Sep 25, 2020
2 parents a2c0f93 + 24f277b commit 7b0b604
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\(\).#'
- '#Cannot access offset .+ on DOMNamedNodeMap\.#'

0 comments on commit 7b0b604

Please sign in to comment.