Skip to content

Commit a0c4f21

Browse files
committed
Fix wrong return type
1 parent 41439f2 commit a0c4f21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/PhpWordTests/XmlDocument.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ public function getFileDom(string $file = ''): DOMDocument
141141
/**
142142
* Get node list.
143143
*
144-
* @return DOMNodeList<DOMNode>
144+
* @return DOMNodeList<DOMNameSpaceNode|DOMNode>|false
145145
*/
146146
public function getNodeList(string $path, string $file = ''): DOMNodeList
147147
{

0 commit comments

Comments
 (0)