rater/phpstan-baseline.neon

14 lines
407 B
Text
Raw Normal View History

2026-06-02 19:52:39 +02:00
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