Skip to content

Commit 2370a88

Browse files
authored
Trivial Change to Unblock Phpstan Update (#2737)
I cannot duplicate the problem blocking #2720, but this trivial change should work anyhow.
1 parent b03788c commit 2370a88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PhpSpreadsheet/Reader/Ods.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -655,7 +655,7 @@ private function lookForSelectedCells(DOMElement $settings, Spreadsheet $spreads
655655
$setRow = $configItem->nodeValue;
656656
}
657657
}
658-
$this->setSelected($spreadsheet, $wsname, $setCol, $setRow);
658+
$this->setSelected($spreadsheet, $wsname, "$setCol", "$setRow");
659659
}
660660

661661
break;

0 commit comments

Comments
 (0)