From 39c0235410135f1dbc126678b445b4dbf89aad06 Mon Sep 17 00:00:00 2001 From: Phil Davis Date: Tue, 23 May 2023 10:49:26 +0545 Subject: [PATCH] Remove EventDispatcherInterface::dispatch from phpstan ignoreErrors --- phpstan.neon | 1 - 1 file changed, 1 deletion(-) diff --git a/phpstan.neon b/phpstan.neon index 82f09657..a6a683ba 100644 --- a/phpstan.neon +++ b/phpstan.neon @@ -6,7 +6,6 @@ parameters: - %currentWorkingDirectory%/appinfo/Migrations/*.php - %currentWorkingDirectory%/appinfo/routes.php ignoreErrors: - - '#Method Symfony\\Contracts\\EventDispatcher\\EventDispatcherInterface::dispatch\(\) invoked with 2 parameters, 1 required.#' - message: '#Property OCA\\Guests\\Controller\\RegisterController::\$groupManager is never read, only written.#' path: lib/Controller/RegisterController.php