Skip to content

Commit 2aae2ef

Browse files
committed
fix: remove duplicate of paragraph
1 parent feadceb commit 2aae2ef

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/PhpWord/Reader/Word2007/AbstractPart.php

+2
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,8 @@ protected function readParagraph(XMLReader $xmlReader, DOMElement $domNode, $par
229229
}
230230
}
231231
}
232+
233+
return;
232234
} elseif ($xmlReader->elementExists('w:r/w:instrText', $domNode)) {
233235
// PreserveText
234236
$ignoreText = false;

0 commit comments

Comments
 (0)