diff --git a/library/Zend/Db/Table/Rowset/Abstract.php b/library/Zend/Db/Table/Rowset/Abstract.php index 9dc095dbd5..f93df2ab5b 100644 --- a/library/Zend/Db/Table/Rowset/Abstract.php +++ b/library/Zend/Db/Table/Rowset/Abstract.php @@ -238,7 +238,7 @@ public function rewind() * Similar to the current() function for arrays in PHP * Required by interface Iterator. * - * @return Zend_Db_Table_Row_Abstract current element from the collection + * @return Zend_Db_Table_Row_Abstract|null current element from the collection */ public function current() {