diff --git a/phpstan.neon.dist b/phpstan.neon.dist index 4a0559d..7b547d9 100644 --- a/phpstan.neon.dist +++ b/phpstan.neon.dist @@ -9,3 +9,5 @@ parameters: tmpDir: build/phpstan checkOctaneCompatibility: true checkModelProperties: true + ignoreErrors: + - "#Called 'env' outside of the config directory which returns null when the config is cached, use 'config'#"