Skip to content
This repository was archived by the owner on Oct 2, 2019. It is now read-only.

Commit 0d39275

Browse files
committed
Update DocBlocks in Zend_Dom_Query
1 parent ac7a10d commit 0d39275

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

library/Zend/Dom/Query.php

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -147,8 +147,10 @@ public function setDocument($document, $encoding = null)
147147
}
148148

149149
/**
150-
* @param DOMDocument $document
151-
* @param string $encoding
150+
* Set DOMDocument to query
151+
*
152+
* @param DOMDocument $document
153+
* @return Zend_Dom_Query
152154
*/
153155
public function setDocumentDom(DOMDocument $document)
154156
{
@@ -317,8 +319,7 @@ public function queryXpath($xpathQuery, $query = null)
317319
/**
318320
* Register XPath namespaces
319321
*
320-
* @param array $xpathNamespaces
321-
* @return void
322+
* @param array $xpathNamespaces
322323
*/
323324
public function registerXpathNamespaces($xpathNamespaces)
324325
{

0 commit comments

Comments
 (0)