Remove adittional type hinting stuff because PHP will die if its there >_>
authorjeroendedauw <jeroendedauw@gmail.com>
Wed, 20 Jun 2012 16:12:43 +0000 (18:12 +0200)
committerjeroendedauw <jeroendedauw@gmail.com>
Wed, 20 Jun 2012 16:13:14 +0000 (18:13 +0200)
I CAN HAZ GENERICS PLZ!

Change-Id: I28e8f024feb346cce1107af3035fc97b870ef6af

includes/db/ORMIterator.php

index f0a6363..090b893 100644 (file)
  */
 interface ORMIterator extends Iterator {
 
-       /**
-        * @see Iterator::current()
-        * @return IORMRow
-        */
-       public function current();
-
 }
\ No newline at end of file