Skip to content

Commit 24e4654

Browse files
authored
remove space
1 parent 15ee5de commit 24e4654

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PhpWord/TemplateProcessor.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ public function setComplexValue($search, \PhpOffice\PhpWord\Element\AbstractElem
276276
$where = $this->findContainingXmlBlockForMacro($search, 'w:r');
277277

278278
if ($where === false) {
279-
return ;
279+
return;
280280
}
281281

282282
$block = $this->getSlice($where['start'], $where['end']);

0 commit comments

Comments
 (0)