Skip to content

Commit d06d1cc

Browse files
committed
Merge remote-tracking branch 'origin/2.0-Development' into 2.0-Development
2 parents a7ac633 + 125f5b1 commit d06d1cc

File tree

100 files changed

+292
-292
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

100 files changed

+292
-292
lines changed

phpstan-baseline.neon

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -700,11 +700,6 @@ parameters:
700700
count: 1
701701
path: src/PhpSpreadsheet/Calculation/Statistical/Averages.php
702702

703-
-
704-
message: "#^Method PhpOffice\\\\PhpSpreadsheet\\\\Calculation\\\\Statistical\\\\Conditional\\:\\:SUMIF\\(\\) should return float\\|string but returns float\\|string\\|null\\.$#"
705-
count: 1
706-
path: src/PhpSpreadsheet/Calculation/Statistical/Conditional.php
707-
708703
-
709704
message: "#^Method PhpOffice\\\\PhpSpreadsheet\\\\Calculation\\\\Statistical\\\\Conditional\\:\\:buildConditionSet\\(\\) has parameter \\$args with no type specified\\.$#"
710705
count: 1
@@ -735,6 +730,11 @@ parameters:
735730
count: 1
736731
path: src/PhpSpreadsheet/Calculation/Statistical/Conditional.php
737732

733+
-
734+
message: "#^Method PhpOffice\\\\PhpSpreadsheet\\\\Calculation\\\\Statistical\\\\Conditional\\:\\:sumIf\\(\\) should return float\\|string but returns float\\|string\\|null\\.$#"
735+
count: 1
736+
path: src/PhpSpreadsheet/Calculation/Statistical/Conditional.php
737+
738738
-
739739
message: "#^Property PhpOffice\\\\PhpSpreadsheet\\\\Calculation\\\\Statistical\\\\Distributions\\\\Beta\\:\\:\\$logBetaCacheP has no type specified\\.$#"
740740
count: 1
@@ -921,22 +921,22 @@ parameters:
921921
path: src/PhpSpreadsheet/Calculation/Statistical/Permutations.php
922922

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

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

938938
-
939-
message: "#^Method PhpOffice\\\\PhpSpreadsheet\\\\Calculation\\\\Statistical\\\\Trends\\:\\:checkTrendArrays\\(\\) has parameter \\$array2 with no type specified\\.$#"
939+
message: "#^Method PhpOffice\\\\PhpSpreadsheet\\\\Calculation\\\\Statistical\\\\Trends\\:\\:trend\\(\\) 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

0 commit comments

Comments
 (0)