Commit e3b34394 authored by zYne's avatar zYne

--no commit message

--no commit message
parent 7c78d892
...@@ -57,7 +57,7 @@ abstract class Doctrine_Collection_Iterator implements Iterator ...@@ -57,7 +57,7 @@ abstract class Doctrine_Collection_Iterator implements Iterator
* constructor * constructor
* @var Doctrine_Collection $collection * @var Doctrine_Collection $collection
*/ */
public function __construct(Doctrine_Collection $collection) public function __construct($collection)
{ {
$this->collection = $collection; $this->collection = $collection;
$this->keys = $this->collection->getKeys(); $this->keys = $this->collection->getKeys();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment