Skip to content

Commit 42cf5ce

Browse files
committed
Re-baseline phpstan
1 parent d06d1cc commit 42cf5ce

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

phpstan-baseline.neon

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -970,11 +970,6 @@ parameters:
970970
count: 1
971971
path: src/PhpSpreadsheet/Calculation/TextData/Text.php
972972

973-
-
974-
message: "#^Elseif branch is unreachable because previous condition is always true\\.$#"
975-
count: 1
976-
path: src/PhpSpreadsheet/Cell/Cell.php
977-
978973
-
979974
message: "#^Parameter \\#2 \\$format of static method PhpOffice\\\\PhpSpreadsheet\\\\Style\\\\NumberFormat\\:\\:toFormattedString\\(\\) expects string, string\\|null given\\.$#"
980975
count: 1
@@ -992,7 +987,7 @@ parameters:
992987

993988
-
994989
message: "#^Cannot use array destructuring on array\\<string\\>\\|string\\.$#"
995-
count: 2
990+
count: 3
996991
path: src/PhpSpreadsheet/Cell/Coordinate.php
997992

998993
-

0 commit comments

Comments
 (0)