diff --git a/phpstan.neon b/phpstan.neon index 82f0965..a6a683b 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