From: daniel Date: Wed, 20 Jun 2012 17:13:48 +0000 (+0200) Subject: fix php error X-Git-Tag: 1.31.0-rc.0~22097^2^2~89 X-Git-Url: http://git.cyclocoop.org/%24action?a=commitdiff_plain;h=ef8211cbe0f7f185f7ce20a46491b5f01534de6b;p=lhc%2Fweb%2Fwiklou.git fix php error Change-Id: I3137875c21d7ccff73c4cad2e7eb2e11b714de0b --- 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