Skip to content

Commit ea46753

Browse files
authored
Update TextBreak.php - Fix formatting
1 parent 969a10a commit ea46753

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PhpWord/Writer/RTF/Element/TextBreak.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public function write()
3939
if ($this->withoutP) {
4040
return '\line' . PHP_EOL;
4141
}
42-
42+
4343
return '\pard\par' . PHP_EOL;
4444
}
4545
}

0 commit comments

Comments
 (0)