Skip to content

Commit

Permalink
Remove false positive ignnored PHPStan error
Browse files Browse the repository at this point in the history
  • Loading branch information
kocsismate committed Oct 1, 2024
1 parent 6ed8702 commit 919c194
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions phpstan.neon
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@ parameters:
message: '#^Variable method call on mixed\.$#'
path: src/Middleware/DispatcherMiddleware.php
- '#^Dynamic call to static method PHPUnit\\Framework\\.*$#'
-
message: '#^.*should be contravariant with parameter.*$#'
path: tests/Utils/Psr7/DummyServerRequest.php

includes:
- vendor/phpstan/phpstan/conf/bleedingEdge.neon
Expand Down

0 comments on commit 919c194

Please sign in to comment.