You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: phpstan.neon
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -11,5 +11,8 @@ parameters:
11
11
message:"#^Out of .* possible param types, only .* %% actually have it\\. Add more param types to get over 99 %%$#"
12
12
reportUnmatched:false
13
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#"
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$#
0 commit comments