Skip to content

Commit 6672dbc

Browse files
author
MarkBaker
committed
Fix messed-up phpstan baseline file
1 parent 29a967c commit 6672dbc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

phpstan-baseline.neon

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
count: 2
2-
path: src/PhpSpreadsheet/Calculation/Calculation.php
3-
41
parameters:
52
ignoreErrors:
63
-
@@ -10,6 +7,9 @@ parameters:
107

118
-
129
message: "#^Argument of an invalid type mixed supplied for foreach, only iterables are supported\\.$#"
10+
count: 2
11+
path: src/PhpSpreadsheet/Calculation/Calculation.php
12+
1313
-
1414
message: "#^Cannot access offset 'onlyIf' on mixed\\.$#"
1515
count: 3

0 commit comments

Comments
 (0)