Skip to content

Commit bc7f4c2

Browse files
committed
chore: update escaping in ignoredError
1 parent e7189aa commit bc7f4c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

phpstan.neon

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ parameters:
1111
message: "#^Out of .* possible param types, only .* %% actually have it\\. Add more param types to get over 99 %%$#"
1212
reportUnmatched: false
1313
-
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#"
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#"
1515
reportUnmatched: false

0 commit comments

Comments
 (0)