Skip to content

Commit b9ded91

Browse files
committed
Minor cosmetic changes
1 parent 6e93505 commit b9ded91

File tree

2 files changed

+1
-12
lines changed

2 files changed

+1
-12
lines changed

phpstan-baseline.neon

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2755,16 +2755,6 @@ parameters:
27552755
count: 1
27562756
path: src/PhpSpreadsheet/Writer/Xls.php
27572757

2758-
-
2759-
message: "#^Offset 'length' does not exist on array\\{data\\: non\\-empty\\-string, length\\?\\: int\\<1, max\\>\\}\\|array\\{pack\\?\\: 'V', data\\: non\\-empty\\-string\\}\\.$#"
2760-
count: 1
2761-
path: src/PhpSpreadsheet/Writer/Xls.php
2762-
2763-
-
2764-
message: "#^Offset 'length' does not exist on array\\{data\\: non\\-empty\\-string\\|false, length\\?\\: int\\<1, max\\>\\}\\|array\\{pack\\?\\: 'V', data\\: 1252\\|786432\\|false\\}\\.$#"
2765-
count: 1
2766-
path: src/PhpSpreadsheet/Writer/Xls.php
2767-
27682758
-
27692759
message: "#^Offset 'startCoordinates' does not exist on array\\|null\\.$#"
27702760
count: 1
@@ -2927,7 +2917,7 @@ parameters:
29272917

29282918
-
29292919
message: "#^Cannot access offset 1 on array\\|false\\.$#"
2930-
count: 2
2920+
count: 1
29312921
path: src/PhpSpreadsheet/Writer/Xls/Worksheet.php
29322922

29332923
-

src/PhpSpreadsheet/Calculation/Calculation.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4864,7 +4864,6 @@ private function processTokenStack($tokens, $cellID = null, ?Cell $cell = null)
48644864
if (isset($storeKey)) {
48654865
$branchStore[$storeKey] = $cellValue;
48664866
}
4867-
48684867
} elseif (preg_match('/^' . self::CALCULATION_REGEXP_FUNCTION . '$/miu', $token ?? '', $matches)) {
48694868
// if the token is a function, pop arguments off the stack, hand them to the function, and push the result back on
48704869
if ($pCellParent) {

0 commit comments

Comments
 (0)