Skip to content

Commit

Permalink
Merge pull request #1340 from greg0ire/fix-build
Browse files Browse the repository at this point in the history
Remove ignore rule for @method-provided method
  • Loading branch information
greg0ire committed Jul 16, 2023
2 parents f24167d + b10bc8f commit 478fd2f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions phpstan.neon.dist
Expand Up @@ -43,10 +43,6 @@ parameters:
count: 1
path: tests/Doctrine/Migrations/Tests/Tools/Console/legacy-config-orm/cli-config.php

-
message: '~^Call to function method_exists\(\) with Doctrine\\Migrations\\Metadata\\Storage\\MetadataStorage and ''getSql'' will always evaluate to true\.$~'
path: lib/Doctrine/Migrations/Version/DbalExecutor.php

# TODO: deprecate using the connection event manager and expose
# our own event manager instead.
-
Expand Down

0 comments on commit 478fd2f

Please sign in to comment.