We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41439f2 commit a0c4f21Copy full SHA for a0c4f21
tests/PhpWordTests/XmlDocument.php
@@ -141,7 +141,7 @@ public function getFileDom(string $file = ''): DOMDocument
141
/**
142
* Get node list.
143
*
144
- * @return DOMNodeList<DOMNode>
+ * @return DOMNodeList<DOMNameSpaceNode|DOMNode>|false
145
*/
146
public function getNodeList(string $path, string $file = ''): DOMNodeList
147
{
0 commit comments