mirror of
https://github.com/PHPOffice/PhpSpreadsheet.git
synced 2026-09-16 21:16:57 +00:00
Remove Dead Statement
This commit is contained in:
@@ -3482,7 +3482,6 @@ class Xls extends XlsBase
|
||||
|
||||
private function includeCellRangeFiltered(string $cellRangeAddress): bool
|
||||
{
|
||||
$includeCellRange = true;
|
||||
$includeCellRange = false;
|
||||
$rangeBoundaries = Coordinate::getRangeBoundaries($cellRangeAddress);
|
||||
++$rangeBoundaries[1][0];
|
||||
|
||||
Reference in New Issue
Block a user