From a5b4a92086e48b342408c04c5e75eea88ff92b6f Mon Sep 17 00:00:00 2001 From: Kevin Papst Date: Sun, 21 Jan 2024 00:28:03 +0100 Subject: [PATCH] new phpstan version --- phpstan.neon | 1 + 1 file changed, 1 insertion(+) diff --git a/phpstan.neon b/phpstan.neon index beb67f78..c90086d3 100644 --- a/phpstan.neon +++ b/phpstan.neon @@ -41,6 +41,7 @@ parameters: symfony: containerXmlPath: %rootDir%/../../../var/cache/dev/App_KernelDevDebugContainer.xml ignoreErrors: + - '#^Method .*\(\) has parameter \$builder with generic interface Symfony\\Component\\Form\\FormBuilderInterface but does not specify its types\: TData$#' - message: "#^Parameter \\#1 \\$user of class App\\\\Event\\\\PageActionsEvent constructor expects App\\\\Entity\\\\User, App\\\\Entity\\\\User\\|null given\\.$#" count: 4