From 071b7d9adf291b897a0eb47b6cb98ca68ca182e6 Mon Sep 17 00:00:00 2001 From: jeroendedauw Date: Wed, 20 Jun 2012 18:12:43 +0200 Subject: [PATCH] Remove adittional type hinting stuff because PHP will die if its there >_> I CAN HAZ GENERICS PLZ! Change-Id: I28e8f024feb346cce1107af3035fc97b870ef6af --- includes/db/ORMIterator.php | 6 ------ 1 file changed, 6 deletions(-) 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 -- 2.20.1