This commit is contained in:
parent
7c78d89217
commit
e3b3439415
@ -57,7 +57,7 @@ abstract class Doctrine_Collection_Iterator implements Iterator
|
||||
* constructor
|
||||
* @var Doctrine_Collection $collection
|
||||
*/
|
||||
public function __construct(Doctrine_Collection $collection)
|
||||
public function __construct($collection)
|
||||
{
|
||||
$this->collection = $collection;
|
||||
$this->keys = $this->collection->getKeys();
|
||||
|
Loading…
x
Reference in New Issue
Block a user