Skip to content

Commit

Permalink
Merge pull request #1175 from owncloud/adjust-expected-phpstan-messages
Browse files Browse the repository at this point in the history
[full-ci] [tests-only] Remove 'dispatch' message from phpstan.neon
  • Loading branch information
phil-davis authored May 22, 2023
2 parents 29d548d + 5e37663 commit bc4e4c9
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions phpstan.neon
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bc4e4c9

Please sign in to comment.