Skip to content

Commit 7fd0489

Browse files
committed
fix checkstyle issues
1 parent 524c08b commit 7fd0489

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/PhpWord/TemplateProcessor.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -748,8 +748,7 @@ public function cloneRow($search, $numberOfClones)
748748

749749
// If tmpXmlRow doesn't contain continue, this row is no longer part of the spanned row.
750750
$tmpXmlRow = $this->getSlice($extraRowStart, $extraRowEnd);
751-
if (
752-
!preg_match('#<w:vMerge/>#', $tmpXmlRow) &&
751+
if (!preg_match('#<w:vMerge/>#', $tmpXmlRow) &&
753752
!preg_match('#<w:vMerge w:val="continue"\s*/>#', $tmpXmlRow)
754753
) {
755754
break;

0 commit comments

Comments
 (0)