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: e2e/integration/prestashop-baseline.neon
+20-12Lines changed: 20 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -191,7 +191,7 @@ parameters:
191
191
path:repo/classes/Media.php
192
192
193
193
-
194
-
message:"#^Offset 1 on array\\{0\\: string, 1\\: string, 2\\?\\: string\\} in isset\\(\\) always exists and is not nullable\\.$#"
194
+
message:"#^Offset 1 on array\\{0\\: string, 1\\: non\\-empty\\-string, 2\\?\\: non\\-empty\\-string\\} in isset\\(\\) always exists and is not nullable\\.$#"
195
195
count:1
196
196
path:repo/classes/Media.php
197
197
@@ -565,6 +565,11 @@ parameters:
565
565
count:1
566
566
path:repo/classes/order/OrderHistory.php
567
567
568
+
-
569
+
message:"#^Binary operation \"\\+\" between float and array\\|float results in an error\\.$#"
570
+
count:1
571
+
path:repo/classes/order/OrderInvoice.php
572
+
568
573
-
569
574
message:"#^Call to function is_array\\(\\) with array will always evaluate to true\\.$#"
570
575
count:1
@@ -722,7 +727,7 @@ parameters:
722
727
723
728
-
724
729
message:"#^Method AdminCartRulesControllerCore\\:\\:afterAdd\\(\\) should return bool but return statement is missing\\.$#"
0 commit comments