From: Aryeh Gregor Date: Tue, 18 Aug 2009 20:14:23 +0000 (+0000) Subject: Fix comment to note return type on error X-Git-Tag: 1.31.0-rc.0~40240 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/comptes/ajouter.php?a=commitdiff_plain;h=54824a674497758605b8ff86880943741c350913;p=lhc%2Fweb%2Fwiklou.git Fix comment to note return type on error --- diff --git a/includes/Revision.php b/includes/Revision.php index c84aa559b5..308df6fbf0 100644 --- a/includes/Revision.php +++ b/includes/Revision.php @@ -937,7 +937,7 @@ class Revision { * @param int $pageId ID number of the page to read from * @param string $summary * @param bool $minor - * @return Revision + * @return mixed Revision, or null on error */ public static function newNullRevision( $dbw, $pageId, $summary, $minor ) { wfProfileIn( __METHOD__ );