Skip to content

Commit d33e62e

Browse files
committed
removed : self type-hint
1 parent a68461b commit d33e62e

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
@@ -1362,7 +1362,7 @@ public function replaceXmlBlock($macro, $block, $blockType = 'w:p')
13621362
*
13631363
* @return TemplateProcessor Fluent interface
13641364
*/
1365-
public function replaceMultipleXmlBlocks($macro, $block, $blockType = 'w:p'): self
1365+
public function replaceMultipleXmlBlocks($macro, $block, $blockType = 'w:p')
13661366
{
13671367
$offset = 0;
13681368
while (true) {

0 commit comments

Comments
 (0)