Skip to content

Commit e7189aa

Browse files
committed
chore: ignore type change in RetryableQuery
1 parent ee9bc86 commit e7189aa

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

phpstan.neon

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,6 @@ parameters:
1010
-
1111
message: "#^Out of .* possible param types, only .* %% actually have it\\. Add more param types to get over 99 %%$#"
1212
reportUnmatched: false
13+
-
14+
message: "#Call to deprecated method execute\(\) of class Shopware\\Core\\Framework\\DataAbstractionLayer\\Doctrine\\RetryableQuery\: tag\:v6.7.0 - reason:return-type-change - return type will be changed to int\|string#"
15+
reportUnmatched: false

0 commit comments

Comments
 (0)