Skip to content

Commit a5c3645

Browse files
author
Roman Syroeshko
committed
Performance improvement for #513.
1 parent 520a7a8 commit a5c3645

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/PhpWord/TemplateProcessor.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,8 @@ public function saveAs($fileName)
352352
*
353353
* @return string
354354
*/
355-
protected function fixBrokenMacros($documentPart) {
355+
protected function fixBrokenMacros($documentPart)
356+
{
356357
$fixedDocumentPart = $documentPart;
357358

358359
$pattern = '|\$\{([^\}]+)\}|U';

0 commit comments

Comments
 (0)