remove unused variable

This commit is contained in:
troosan 2017-07-01 16:56:33 +02:00
parent e22ece8c00
commit 8c3efa4a51
1 changed files with 0 additions and 3 deletions

View File

@ -37,9 +37,6 @@ class Image extends Text
if (!$this->element instanceof ImageElement) {
return '';
}
/** @var \PhpOffice\PhpWord\Writer\HTML $parentWriter Type hint */
$parentWriter = $this->parentWriter;
$content = '';
$imageData = $this->element->getImageStringData(true);
if ($imageData !== null) {