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

Commit

Permalink
Merge branch 'master' of git://git.zendframework.com/zf
Browse files Browse the repository at this point in the history
  • Loading branch information
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Query.php
Expand Up @@ -159,7 +159,7 @@ public function getDocumentType()

/**
* Get any DOMDocument errors found
*
*
* @return false|array
*/
public function getDocumentErrors()
Expand All @@ -183,7 +183,7 @@ public function execute($query)
* Perform an XPath query
*
* @param string|array $xpathQuery
* @param string $query CSS selector query
* @param string|null $query CSS selector query
* @return \Zend\Dom\NodeList
*/
public function queryXpath($xpathQuery, $query = null)
Expand Down

0 comments on commit 2df5656

Please sign in to comment.