Skip to content

Commit 8c3efa4

Browse files
committed
remove unused variable
1 parent e22ece8 commit 8c3efa4

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/PhpWord/Writer/HTML/Element/Image.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,6 @@ public function write()
3737
if (!$this->element instanceof ImageElement) {
3838
return '';
3939
}
40-
/** @var \PhpOffice\PhpWord\Writer\HTML $parentWriter Type hint */
41-
$parentWriter = $this->parentWriter;
42-
4340
$content = '';
4441
$imageData = $this->element->getImageStringData(true);
4542
if ($imageData !== null) {

0 commit comments

Comments
 (0)