From: jeroendedauw Date: Wed, 20 Jun 2012 16:12:43 +0000 (+0200) Subject: Remove adittional type hinting stuff because PHP will die if its there >_> X-Git-Tag: 1.31.0-rc.0~23245^2 X-Git-Url: http://git.cyclocoop.org/%24self?a=commitdiff_plain;h=071b7d9adf291b897a0eb47b6cb98ca68ca182e6;p=lhc%2Fweb%2Fwiklou.git Remove adittional type hinting stuff because PHP will die if its there >_> I CAN HAZ GENERICS PLZ! Change-Id: I28e8f024feb346cce1107af3035fc97b870ef6af --- diff --git a/includes/db/ORMIterator.php b/includes/db/ORMIterator.php index f0a636342b..090b893206 100644 --- a/includes/db/ORMIterator.php +++ b/includes/db/ORMIterator.php @@ -28,10 +28,4 @@ */ interface ORMIterator extends Iterator { - /** - * @see Iterator::current() - * @return IORMRow - */ - public function current(); - } \ No newline at end of file