diff --git a/src/PhpWord/PhpWord.php b/src/PhpWord/PhpWord.php index 083f9d37..84e5ebc7 100644 --- a/src/PhpWord/PhpWord.php +++ b/src/PhpWord/PhpWord.php @@ -297,7 +297,6 @@ class PhpWord 'PDF' => 'application/pdf', ); - /** @var \PhpOffice\PhpWord\Writer\WriterInterface $writer */ $writer = IOFactory::createWriter($this, $format); if ($download === true) {