Skip to content

Commit 46476d7

Browse files
committed
update phpdoc
1 parent 47c837a commit 46476d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PhpWord/Shared/Html.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ private static function parseRow($node, $element, &$styles)
339339
* @param \DOMNode $node
340340
* @param \PhpOffice\PhpWord\Element\Table $element
341341
* @param array &$styles
342-
* @return \PhpOffice\PhpWord\Element\Cell $element
342+
* @return \PhpOffice\PhpWord\Element\Cell|\PhpOffice\PhpWord\Element\TextRun $element
343343
*/
344344
private static function parseCell($node, $element, &$styles)
345345
{

0 commit comments

Comments
 (0)