From 54824a674497758605b8ff86880943741c350913 Mon Sep 17 00:00:00 2001 From: Aryeh Gregor Date: Tue, 18 Aug 2009 20:14:23 +0000 Subject: [PATCH] Fix comment to note return type on error --- includes/Revision.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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__ ); -- 2.20.1