Skip to content

Commit 7328e1e

Browse files
committed
Drop dead code
1 parent 2da8515 commit 7328e1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PhpSpreadsheet/Calculation/Calculation.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4205,7 +4205,7 @@ private function internalParseFormula($formula, ?Cell $cell = null): bool|array
42054205
}
42064206
}
42074207
} elseif ($expectedArgumentCount != '*') {
4208-
$isOperandOrFunction = preg_match('/(\d*)([-+,])(\d*)/', $expectedArgumentCount, $argMatch);
4208+
preg_match('/(\d*)([-+,])(\d*)/', $expectedArgumentCount, $argMatch);
42094209
switch ($argMatch[2] ?? '') {
42104210
case '+':
42114211
if ($argumentCount < $argMatch[1]) {

0 commit comments

Comments
 (0)