Skip to content

Commit 15ee5de

Browse files
authored
Fix missing space after if keyword
1 parent aa7c1d0 commit 15ee5de

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
@@ -275,7 +275,7 @@ public function setComplexValue($search, \PhpOffice\PhpWord\Element\AbstractElem
275275

276276
$where = $this->findContainingXmlBlockForMacro($search, 'w:r');
277277

278-
if($where === false) {
278+
if ($where === false) {
279279
return ;
280280
}
281281

0 commit comments

Comments
 (0)