mirror of
https://github.com/PHPOffice/PhpSpreadsheet.git
synced 2026-09-05 06:58:15 +00:00
Coverage Tweak
Comment out some uncovered code while I figure out how to execute it.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
*/
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user