Skip to content

Commit ec3281b

Browse files
author
MarkBaker
committed
Resolve phpstan
1 parent 27fc7d5 commit ec3281b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/PhpSpreadsheet/Calculation/Calculation.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4509,7 +4509,6 @@ private function processTokenStack($tokens, $cellID = null, ?Cell $cell = null)
45094509
if ($operand2Data['reference'] === null) {
45104510
if ((trim($operand2Data['value']) != '') && (is_numeric($operand2Data['value']))) {
45114511
$operand2Data['reference'] = $cell->getColumn() . $operand2Data['value'];
4512-
// @phpstan-ignore-next-line
45134512
} elseif (trim($operand2Data['reference']) == '') {
45144513
$operand2Data['reference'] = $cell->getCoordinate();
45154514
} else {

0 commit comments

Comments
 (0)