Skip to content

Commit 24a7108

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

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

phpstan.neon

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,8 @@ 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: """
15+
#^Call to deprecated method execute\\(\\) of class Shopware\\\\Core\\\\Framework\\\\DataAbstractionLayer\\\\Doctrine\\\\RetryableQuery\\:
16+
tag\\:v6\\.7\\.0 \\- reason\\:return\\-type\\-change \\- return type will be changed to int\\|string$#
17+
"""
1518
reportUnmatched: false

0 commit comments

Comments
 (0)