From ef8211cbe0f7f185f7ce20a46491b5f01534de6b Mon Sep 17 00:00:00 2001 From: daniel Date: Wed, 20 Jun 2012 19:13:48 +0200 Subject: [PATCH] fix php error Change-Id: I3137875c21d7ccff73c4cad2e7eb2e11b714de0b --- includes/db/ORMIterator.php | 5 ----- 1 file changed, 5 deletions(-) diff --git a/includes/db/ORMIterator.php b/includes/db/ORMIterator.php index f0a636342b..e3d02f506c 100644 --- a/includes/db/ORMIterator.php +++ b/includes/db/ORMIterator.php @@ -28,10 +28,5 @@ */ interface ORMIterator extends Iterator { - /** - * @see Iterator::current() - * @return IORMRow - */ - public function current(); } \ No newline at end of file -- 2.20.1