We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f512bf commit 9081ed9Copy full SHA for 9081ed9
src/PhpWord/Shared/Html.php
@@ -527,11 +527,11 @@ private static function mapBorderStyle($cssBorderStyle)
527
528
/**
529
* Parse line break
530
- *
531
- * @param \PhpOffice\PhpWord\Element\AbstractContainer $element
532
- */
+ *
+ * @param \PhpOffice\PhpWord\Element\AbstractContainer $element
+ */
533
private static function parseLineBreak($element)
534
{
535
$element->addTextBreak();
536
}
537
-}
+}
0 commit comments