diff --git a/phpstan.neon b/phpstan.neon index 240054b6..0b7355bf 100644 --- a/phpstan.neon +++ b/phpstan.neon @@ -6,10 +6,6 @@ parameters: message: '#Variable \$this might not be defined.#' path: appinfo/routes.php count: 1 - - - message: '#Method Symfony\\Contracts\\EventDispatcher\\EventDispatcherInterface::dispatch\(\) invoked with 2 parameters, 1 required.#' - path: lib/AppInfo/Application.php - count: 1 - message: '#Comparison operation ">" between int<1, max> and 0 is always true.#' path: lib/Command/SendEmails.php