From e3b343941575e2ea86ee310eacbb2b47b99f508a Mon Sep 17 00:00:00 2001 From: zYne Date: Thu, 10 May 2007 23:46:09 +0000 Subject: [PATCH] --- lib/Doctrine/Collection/Iterator.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Doctrine/Collection/Iterator.php b/lib/Doctrine/Collection/Iterator.php index d33777646..47b03a171 100644 --- a/lib/Doctrine/Collection/Iterator.php +++ b/lib/Doctrine/Collection/Iterator.php @@ -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();