Delete 2 No-longer-needed Comments

This commit is contained in:
oleibman
2025-01-21 11:03:07 -08:00
parent d433504631
commit 3f8fea0d20
2 changed files with 0 additions and 2 deletions
@@ -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]);