We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d06d1cc commit 42cf5ceCopy full SHA for 42cf5ce
phpstan-baseline.neon
@@ -970,11 +970,6 @@ parameters:
970
count: 1
971
path: src/PhpSpreadsheet/Calculation/TextData/Text.php
972
973
- -
974
- message: "#^Elseif branch is unreachable because previous condition is always true\\.$#"
975
- count: 1
976
- path: src/PhpSpreadsheet/Cell/Cell.php
977
-
978
979
message: "#^Parameter \\#2 \\$format of static method PhpOffice\\\\PhpSpreadsheet\\\\Style\\\\NumberFormat\\:\\:toFormattedString\\(\\) expects string, string\\|null given\\.$#"
980
@@ -992,7 +987,7 @@ parameters:
992
987
993
988
994
989
message: "#^Cannot use array destructuring on array\\<string\\>\\|string\\.$#"
995
- count: 2
990
+ count: 3
996
991
path: src/PhpSpreadsheet/Cell/Coordinate.php
997
998
0 commit comments