no-framework-tutorial/implementation/13-refactoring/phpstan-baseline.neon

8 lines
257 B
Text
Raw Normal View History

2022-03-29 18:35:06 +00:00
parameters:
ignoreErrors:
-
message: "#^Parameter \\#1 \\$callable of method Invoker\\\\InvokerInterface\\:\\:call\\(\\) expects array\\|\\(callable\\(\\)\\: mixed\\)\\|string, mixed given\\.$#"
count: 1
path: src/Http/InvokerRoutedHandler.php