remove unused variable
This commit is contained in:
parent
e22ece8c00
commit
8c3efa4a51
|
|
@ -37,9 +37,6 @@ class Image extends Text
|
||||||
if (!$this->element instanceof ImageElement) {
|
if (!$this->element instanceof ImageElement) {
|
||||||
return '';
|
return '';
|
||||||
}
|
}
|
||||||
/** @var \PhpOffice\PhpWord\Writer\HTML $parentWriter Type hint */
|
|
||||||
$parentWriter = $this->parentWriter;
|
|
||||||
|
|
||||||
$content = '';
|
$content = '';
|
||||||
$imageData = $this->element->getImageStringData(true);
|
$imageData = $this->element->getImageStringData(true);
|
||||||
if ($imageData !== null) {
|
if ($imageData !== null) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue