Skip to content

Commit 9081ed9

Browse files
committed
fix warning
1 parent 8f512bf commit 9081ed9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/PhpWord/Shared/Html.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -527,11 +527,11 @@ private static function mapBorderStyle($cssBorderStyle)
527527

528528
/**
529529
* Parse line break
530-
*
531-
* @param \PhpOffice\PhpWord\Element\AbstractContainer $element
532-
*/
530+
*
531+
* @param \PhpOffice\PhpWord\Element\AbstractContainer $element
532+
*/
533533
private static function parseLineBreak($element)
534534
{
535535
$element->addTextBreak();
536536
}
537-
}
537+
}

0 commit comments

Comments
 (0)