Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Critical
-
Resolution: Fixed
-
Affects Version/s: 2.0.0-RC1
-
Fix Version/s: 2.0.0-RC2
-
Component/s: Collections
-
Labels:None
Description
I think this method needs to return something...
/**
- Moves the internal iterator position to the next element.
* - @return mixed
*/
public function next() { next($this->_elements); }
doctrine-common/lib/Doctrine/Common/Collections/ArrayCollection.php
resolved