Skip to content

Commit

Permalink
Ignore PHPStan error caused by backwards compatibility layer
Browse files Browse the repository at this point in the history
  • Loading branch information
cs278 committed Apr 2, 2024
1 parent 36ab726 commit 43f5e84
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions phpstan-baseline.neon
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ parameters:
- Tests/IntegrationTest.php

ignoreErrors:
-
message: "#^Call to an undefined method Doctrine\\\\Bundle\\\\FixturesBundle\\\\Loader\\\\SymfonyFixturesLoader\\:\\:getFixture\\(\\)\\.$#"
count: 1
path: Loader/SymfonyFixturesLoader.php

-
message: "#^Call to an undefined static method Doctrine\\\\Bundle\\\\FixturesBundle\\\\Loader\\\\SymfonyBridgeLoader\\:\\:addFixture\\(\\)\\.$#"
count: 1
Expand Down

0 comments on commit 43f5e84

Please sign in to comment.