Skip to content

Commit

Permalink
chore: suppress possible constant types by phpstan baseline
Browse files Browse the repository at this point in the history
  • Loading branch information
tinect committed Aug 26, 2024
1 parent 8a5a834 commit 7935cfe
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion phpstan.neon
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,10 @@ parameters:
- tests
type_coverage:
param_type: 95
constant_type: 0
ignoreErrors:
-
message: "#possible constant 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 7935cfe

Please sign in to comment.