foundation/phpstan-baseline.neon
2025-06-13 18:29:55 +02:00

16 lines
571 B
Text

parameters:
ignoreErrors:
-
message: "#^Throwing checked exception DI\\\\DependencyException in arrow function\\!$#"
count: 2
path: src/Core/Application/DependencyInjection/ContainerFactory.php
-
message: "#^Throwing checked exception DI\\\\NotFoundException in arrow function\\!$#"
count: 2
path: src/Core/Application/DependencyInjection/ContainerFactory.php
-
message: "#^Throwing checked exception Psr\\\\Container\\\\ContainerExceptionInterface in closure\\!$#"
count: 2
path: src/Core/DependencyInjection/InflectableContainer.php