From 8d07f2babf5eba0e22235eb6da9b97303e0cf172 Mon Sep 17 00:00:00 2001 From: Vidar Langseid Date: Fri, 18 Oct 2024 13:33:11 +0200 Subject: [PATCH] Added PHPStan errors to the baseline --- phpstan-baseline.neon | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/phpstan-baseline.neon b/phpstan-baseline.neon index 668d9e640a..2fcce758c8 100644 --- a/phpstan-baseline.neon +++ b/phpstan-baseline.neon @@ -11315,6 +11315,11 @@ parameters: count: 1 path: src/lib/MVC/Symfony/ConfigDumperInterface.php + - + message: "#^Cannot call method warning\\(\\) on Psr\\\\Log\\\\LoggerInterface\\|null\\.$#" + count: 3 + path: src/lib/MVC/Symfony/Controller/Content/PreviewController.php + - message: "#^Method Ibexa\\\\Core\\\\MVC\\\\Symfony\\\\Controller\\\\Content\\\\QueryController\\:\\:runPagingQuery\\(\\) has no return type specified\\.$#" count: 1