attribute-spass/phpstan-baseline.neon
2023-01-26 21:49:37 +01:00

11 lines
488 B
Text

parameters:
ignoreErrors:
-
message: "#^Parameter \\#1 \\$data of function unserialize expects string, string\\|false given\\.$#"
count: 1
path: src/Infrastructure/WebApp/Route/CachedRouteCollector.php
-
message: "#^Method Lubian\\\\AttributeMagic\\\\Infrastructure\\\\WebApp\\\\Route\\\\HandlerResolver\\:\\:getRouteInfo\\(\\) return type has no value type specified in iterable type array\\.$#"
count: 1
path: src/Infrastructure/WebApp/Route/HandlerResolver.php