--- a/web/lib/Zend/Dom/Query/Result.php Thu May 07 15:10:09 2015 +0200
+++ b/web/lib/Zend/Dom/Query/Result.php Thu May 07 15:16:02 2015 +0200
@@ -14,7 +14,7 @@
*
* @category Zend
* @package Zend_Dom
- * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
*/
@@ -24,9 +24,9 @@
* @package Zend_Dom
* @subpackage Query
* @uses Iterator
- * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
- * @version $Id: Result.php 24593 2012-01-05 20:35:02Z matthew $
+ * @version $Id$
*/
class Zend_Dom_Query_Result implements Iterator,Countable
{
@@ -76,7 +76,6 @@
* @param string|array $xpathQuery
* @param DOMDocument $document
* @param DOMNodeList $nodeList
- * @return void
*/
public function __construct($cssQuery, $xpathQuery, DOMDocument $document, DOMNodeList $nodeList)
{
@@ -119,7 +118,7 @@
/**
* Iterator: rewind to first element
*
- * @return void
+ * @return DOMNode|null
*/
public function rewind()
{
@@ -163,7 +162,7 @@
/**
* Iterator: move to next element
*
- * @return void
+ * @return DOMNode|null
*/
public function next()
{