Coverage Tweak

Comment out some uncovered code while I figure out how to execute it.
This commit is contained in:
oleibman
2026-08-10 01:14:00 -07:00
parent 5f40cd3a06
commit e3af14f762
@@ -448,6 +448,7 @@ class Content extends WriterPart
// someone raise an issue rather than have them
// execute unpredictable code.
/*
foreach ($drawingsByColumn as $column => $drawingData) {
if ($column > $prevColumn) {
$this->writeCellSpan($objWriter, $column, $prevColumn);
@@ -464,6 +465,7 @@ class Content extends WriterPart
$prevColumn = $column;
}
}
*/
}
/**