diff --git a/src/PhpWord/Shared/Html.php b/src/PhpWord/Shared/Html.php
index e11d7390..2a92ed2a 100644
--- a/src/PhpWord/Shared/Html.php
+++ b/src/PhpWord/Shared/Html.php
@@ -339,7 +339,7 @@ class Html
* @param \DOMNode $node
* @param \PhpOffice\PhpWord\Element\Table $element
* @param array &$styles
- * @return \PhpOffice\PhpWord\Element\Cell $element
+ * @return \PhpOffice\PhpWord\Element\Cell|\PhpOffice\PhpWord\Element\TextRun $element
*/
private static function parseCell($node, $element, &$styles)
{