1
0
mirror of synced 2025-02-20 06:03:15 +03:00
This commit is contained in:
zYne 2007-05-10 23:46:09 +00:00
parent 7c78d89217
commit e3b3439415

View File

@ -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();