Removed unused comment.

This commit is contained in:
Roman Syroeshko 2014-08-10 20:46:10 +04:00
parent e6d88a27e8
commit e31f080ea6

View File

@ -297,7 +297,6 @@ class PhpWord
'PDF' => 'application/pdf',
);
/** @var \PhpOffice\PhpWord\Writer\WriterInterface $writer */
$writer = IOFactory::createWriter($this, $format);
if ($download === true) {