diff --git a/phpstan.json b/phpstan.json index 5853d235..cca5ff36 100644 --- a/phpstan.json +++ b/phpstan.json @@ -1,3 +1,3 @@ { - "defaultLevel": 5 -} + "defaultLevel": 6 +} \ No newline at end of file diff --git a/phpstan.neon b/phpstan.neon index 817c4964..2de5c764 100644 --- a/phpstan.neon +++ b/phpstan.neon @@ -1,4 +1,6 @@ parameters: + checkGenericClassInNonGenericObjectType: false + checkMissingIterableValueType: false ignoreErrors: - '#Call to an undefined method .+ActiveRecordInterface::toArray\(\).#' - '#Cannot access offset .+ on DOMNamedNodeMap\.#'