Skip to content

Commit 495227c

Browse files
committed
fix check style error
1 parent d8dae9e commit 495227c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/PhpWord/TemplateProcessorTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,6 @@ public function testSetImageValue()
260260
$objWriter->save($testFileName);
261261
if (!file_exists($testFileName)) {
262262
throw new \Exception("Generated file '{$testFileName}' not found!");
263-
return;
264263
}
265264

266265
$resultFileName = 'images-test-result.docx';
@@ -270,7 +269,6 @@ public function testSetImageValue()
270269
$templateProcessor->saveAs($resultFileName);
271270
if (!file_exists($resultFileName)) {
272271
throw new \Exception("Generated file '{$resultFileName}' not found!");
273-
return;
274272
}
275273

276274
$expectedDocumentZip = new \ZipArchive();

0 commit comments

Comments
 (0)