fix warning
This commit is contained in:
parent
8f512bf618
commit
9081ed9868
|
|
@ -527,11 +527,11 @@ class Html
|
|||
|
||||
/**
|
||||
* Parse line break
|
||||
*
|
||||
* @param \PhpOffice\PhpWord\Element\AbstractContainer $element
|
||||
*/
|
||||
*
|
||||
* @param \PhpOffice\PhpWord\Element\AbstractContainer $element
|
||||
*/
|
||||
private static function parseLineBreak($element)
|
||||
{
|
||||
$element->addTextBreak();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue