attribute-spass/phpstan-baseline.neon

12 lines
488 B
Text
Raw Permalink Normal View History

2023-01-25 22:06:41 +00:00
parameters:
ignoreErrors:
-
message: "#^Parameter \\#1 \\$data of function unserialize expects string, string\\|false given\\.$#"
count: 1
path: src/Infrastructure/WebApp/Route/CachedRouteCollector.php
2023-01-26 20:49:37 +00:00
-
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