From 025414d8c61bb7b1949615b0d9e2e060d140cad8 Mon Sep 17 00:00:00 2001 From: Vidar Langseid Date: Wed, 27 Nov 2024 13:43:13 +0100 Subject: [PATCH] fixup! Added error in PreviewController to to phpstan.neon.dist --- phpstan.neon.dist | 2 -- 1 file changed, 2 deletions(-) diff --git a/phpstan.neon.dist b/phpstan.neon.dist index b118366129..6dcc8ee0aa 100644 --- a/phpstan.neon.dist +++ b/phpstan.neon.dist @@ -15,8 +15,6 @@ parameters: - tests/* - message: "#^Cannot call method warning\\(\\) on Psr\\\\Log\\\\LoggerInterface\\|null\\.$#" - count: 3 - path: src/lib/MVC/Symfony/Controller/Content/PreviewController.php paths: - src - tests