Skip to content
This repository was archived by the owner on Aug 14, 2021. It is now read-only.

Commit 2d542fe

Browse files
committed
Fix wrong docblock
1 parent 4c904d1 commit 2d542fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Nodes/NodeTrait.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -428,7 +428,7 @@ public function hasSingleTagInsideElement($tag)
428428
return false;
429429
}
430430

431-
/** @var $child DOMNode */
431+
/** @var DOMNode $child */
432432
return !($child->nodeType === XML_TEXT_NODE && !preg_match('/\S$/', $child->getTextContent()));
433433
});
434434
}

0 commit comments

Comments
 (0)