Skip to content

Commit 0665a87

Browse files
committed
Re-baseline phpstan
1 parent b30f364 commit 0665a87

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

phpstan-baseline.neon

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -705,11 +705,6 @@ parameters:
705705
count: 1
706706
path: src/PhpSpreadsheet/Calculation/Statistical/Averages.php
707707

708-
-
709-
message: "#^Method PhpOffice\\\\PhpSpreadsheet\\\\Calculation\\\\Statistical\\\\Conditional\\:\\:SUMIF\\(\\) should return float\\|string but returns float\\|string\\|null\\.$#"
710-
count: 1
711-
path: src/PhpSpreadsheet/Calculation/Statistical/Conditional.php
712-
713708
-
714709
message: "#^Method PhpOffice\\\\PhpSpreadsheet\\\\Calculation\\\\Statistical\\\\Conditional\\:\\:buildConditionSet\\(\\) has parameter \\$args with no type specified\\.$#"
715710
count: 1
@@ -740,6 +735,11 @@ parameters:
740735
count: 1
741736
path: src/PhpSpreadsheet/Calculation/Statistical/Conditional.php
742737

738+
-
739+
message: "#^Method PhpOffice\\\\PhpSpreadsheet\\\\Calculation\\\\Statistical\\\\Conditional\\:\\:sumIf\\(\\) should return float\\|string but returns float\\|string\\|null\\.$#"
740+
count: 1
741+
path: src/PhpSpreadsheet/Calculation/Statistical/Conditional.php
742+
743743
-
744744
message: "#^Property PhpOffice\\\\PhpSpreadsheet\\\\Calculation\\\\Statistical\\\\Distributions\\\\Beta\\:\\:\\$logBetaCacheP has no type specified\\.$#"
745745
count: 1
@@ -926,22 +926,22 @@ parameters:
926926
path: src/PhpSpreadsheet/Calculation/Statistical/Permutations.php
927927

928928
-
929-
message: "#^Method PhpOffice\\\\PhpSpreadsheet\\\\Calculation\\\\Statistical\\\\Trends\\:\\:GROWTH\\(\\) should return array\\<float\\> but returns array\\<int, array\\<int, array\\<int, mixed\\>\\>\\>\\.$#"
929+
message: "#^Method PhpOffice\\\\PhpSpreadsheet\\\\Calculation\\\\Statistical\\\\Trends\\:\\:checkTrendArrays\\(\\) has parameter \\$array1 with no type specified\\.$#"
930930
count: 1
931931
path: src/PhpSpreadsheet/Calculation/Statistical/Trends.php
932932

933933
-
934-
message: "#^Method PhpOffice\\\\PhpSpreadsheet\\\\Calculation\\\\Statistical\\\\Trends\\:\\:TREND\\(\\) should return array\\<float\\> but returns array\\<int, array\\<int, array\\<int, mixed\\>\\>\\>\\.$#"
934+
message: "#^Method PhpOffice\\\\PhpSpreadsheet\\\\Calculation\\\\Statistical\\\\Trends\\:\\:checkTrendArrays\\(\\) has parameter \\$array2 with no type specified\\.$#"
935935
count: 1
936936
path: src/PhpSpreadsheet/Calculation/Statistical/Trends.php
937937

938938
-
939-
message: "#^Method PhpOffice\\\\PhpSpreadsheet\\\\Calculation\\\\Statistical\\\\Trends\\:\\:checkTrendArrays\\(\\) has parameter \\$array1 with no type specified\\.$#"
939+
message: "#^Method PhpOffice\\\\PhpSpreadsheet\\\\Calculation\\\\Statistical\\\\Trends\\:\\:growth\\(\\) should return array\\<float\\> but returns array\\<int, array\\<int, array\\<int, mixed\\>\\>\\>\\.$#"
940940
count: 1
941941
path: src/PhpSpreadsheet/Calculation/Statistical/Trends.php
942942

943943
-
944-
message: "#^Method PhpOffice\\\\PhpSpreadsheet\\\\Calculation\\\\Statistical\\\\Trends\\:\\:checkTrendArrays\\(\\) has parameter \\$array2 with no type specified\\.$#"
944+
message: "#^Method PhpOffice\\\\PhpSpreadsheet\\\\Calculation\\\\Statistical\\\\Trends\\:\\:trend\\(\\) should return array\\<float\\> but returns array\\<int, array\\<int, array\\<int, mixed\\>\\>\\>\\.$#"
945945
count: 1
946946
path: src/PhpSpreadsheet/Calculation/Statistical/Trends.php
947947

0 commit comments

Comments
 (0)