Skip to content

Commit

Permalink
Remove EventDispatcherInterface::dispatch from phpstan ignoreErrors
Browse files Browse the repository at this point in the history
  • Loading branch information
phil-davis committed May 23, 2023
1 parent 511afe7 commit 39c0235
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion phpstan.neon
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 39c0235

Please sign in to comment.