Skip to content

Commit

Permalink
chore: ignore type coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
tinect committed Oct 8, 2024
1 parent 30b45f7 commit a2d4635
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions phpstan.neon
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ parameters:
paths:
- src
- tests
type_coverage:
param_type: 95
ignoreErrors:
-
message: "#tag\\:v6\\.7\\.0 - reason:becomes-internal#"
Expand All @@ -19,6 +17,10 @@ parameters:
-
message: "#possible constant types, only#"
reportUnmatched: false

-
message: "#possible param types, only#"
reportUnmatched: false
-
message: "#^Call to an undefined method Shopware\\\\Core\\\\Content\\\\Media\\\\Message\\\\GenerateThumbnailsMessage\\:\\:setContext\\(\\)\\.$#"
count: 1
Expand Down

0 comments on commit a2d4635

Please sign in to comment.