mirror of
https://github.com/PHPOffice/PhpSpreadsheet.git
synced 2026-09-13 11:36:24 +00:00
Delete 2 No-longer-needed Comments
This commit is contained in:
@@ -233,7 +233,6 @@ class Content extends WriterPart
|
||||
$matrixColSpan = 1;
|
||||
if (isset($matches[3])) {
|
||||
$minRow = (int) $matches[2];
|
||||
// https://github.com/phpstan/phpstan/issues/11602
|
||||
$maxRow = (int) $matches[5];
|
||||
$matrixRowSpan = $maxRow - $minRow + 1;
|
||||
$minCol = Coordinate::columnIndexFromString($matches[1]);
|
||||
|
||||
@@ -1543,7 +1543,6 @@ class Worksheet extends WriterPart
|
||||
return $coordinate;
|
||||
}
|
||||
$minRow = (int) $matches[2];
|
||||
// https://github.com/phpstan/phpstan/issues/11602
|
||||
$maxRow = (int) $matches[5];
|
||||
$rows = $maxRow - $minRow + 1;
|
||||
$minCol = Coordinate::columnIndexFromString($matches[1]);
|
||||
|
||||
Reference in New Issue
Block a user