Skip to content
This repository has been archived by the owner on Jan 29, 2020. It is now read-only.

Commit

Permalink
Merge branch 'hotfix/zendframework/zendframework#7063-return-type-hin…
Browse files Browse the repository at this point in the history
  • Loading branch information
Ocramius committed Dec 31, 2014
2 parents 829f99f + 4bf5d2b commit 0db9e82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Query.php
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ public function registerXpathPhpFunctions($xpathPhpFunctions = true)
*
* @param DOMDocument $document
* @param string|array $xpathQuery
* @return array
* @return \DOMNodeList
* @throws \ErrorException If query cannot be executed
*/
protected function getNodeList($document, $xpathQuery)
Expand Down

0 comments on commit 0db9e82

Please sign in to comment.