rater/phpstan-baseline.neon

13 lines
407 B
Text

parameters:
ignoreErrors:
-
message: '#^Method App\\Kernel\:\:getAllowedEnvs\(\) is unused\.$#'
identifier: method.unused
count: 1
path: src/Kernel.php
-
message: '#^Call to function method_exists\(\) with ''Symfony\\\\Component\\\\Dotenv\\\\Dotenv'' and ''bootEnv'' will always evaluate to true\.$#'
identifier: function.alreadyNarrowedType
count: 1
path: tests/bootstrap.php