Skip to content

Commit aabbc3c

Browse files
committed
format
1 parent f410fca commit aabbc3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PhpWord/TemplateProcessor.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ public function setHtmlBlock($search, $htmlContent, $fullHtml = false): void
334334
if (!empty($imageSrcList)) {
335335
foreach ($imageSrcList as $imageSrc) {
336336
try {
337-
$content= file_get_contents($imageSrc);
337+
$content = file_get_contents($imageSrc);
338338
} catch (\Exception $e) {
339339
$localImg = __DIR__ . '/resources/doc.png';
340340
$htmlContent = str_replace($imageSrc, $localImg, $htmlContent);

0 commit comments

Comments
 (0)