includes: - vendor/phpstan/phpstan-strict-rules/rules.neon - vendor/thecodingmachine/phpstan-strict-rules/phpstan-strict-rules.neon parameters: level: max paths: - src checkMissingIterableValueType: true reportUnmatchedIgnoredErrors: true ignoreErrors: - "#type mixed is not subtype of native#"