mirror of
https://github.com/PHPOffice/PhpSpreadsheet.git
synced 2026-09-13 03:26:26 +00:00
Coverage Tweak
This commit is contained in:
@@ -332,9 +332,11 @@ class Html extends BaseReader
|
||||
$this->dataArray[$row][$column] = $cellContent; // @phpstan-ignore-line
|
||||
}
|
||||
} else {
|
||||
// We have a Rich Text run
|
||||
// We have a Rich Text run.
|
||||
// I don't actually see any way to reach this line.
|
||||
// TODO
|
||||
$this->dataArray[$row][$column] = 'RICH TEXT: ' . StringHelper::convertToString($cellContent); // @phpstan-ignore-line
|
||||
// @phpstan-ignore-next-line
|
||||
$this->dataArray[$row][$column] = 'RICH TEXT: ' . StringHelper::convertToString($cellContent); // @codeCoverageIgnore
|
||||
}
|
||||
$cellContent = (string) '';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user