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#6094-undefined-symbo…
Browse files Browse the repository at this point in the history
  • Loading branch information
Ocramius committed Apr 13, 2014
4 parents 2167dc1 + b3b3e70 + 11755e5 + c607960 commit d570ff1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/DOMXPath.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class DOMXPath extends \DOMXPath
* raising an error
*
* @param string $expression The XPath expression to evaluate.
* @return DOMNodeList
* @return \DOMNodeList
* @throws ErrorException
*/
public function queryWithErrorException($expression)
Expand Down
2 changes: 1 addition & 1 deletion src/Query.php
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ public function registerXpathPhpFunctions($xpathPhpFunctions = true)
* @param DOMDocument $document
* @param string|array $xpathQuery
* @return array
* @throws ErrorException If query cannot be executed
* @throws \ErrorException If query cannot be executed
*/
protected function getNodeList($document, $xpathQuery)
{
Expand Down

0 comments on commit d570ff1

Please sign in to comment.