From 414763dc7610f997abf4b42436e16232aff07b9f Mon Sep 17 00:00:00 2001 From: jeroendedauw Date: Wed, 9 Jan 2013 23:13:07 +0100 Subject: [PATCH] improve doc Change-Id: I61d0a55238c1240bc351da4712a8b12659a7ceec --- includes/SpecialPageFactory.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/SpecialPageFactory.php b/includes/SpecialPageFactory.php index 0e0fb331f7..4a45b4483e 100644 --- a/includes/SpecialPageFactory.php +++ b/includes/SpecialPageFactory.php @@ -336,7 +336,7 @@ class SpecialPageFactory { * Find the object with a given name and return it (or NULL) * * @param $name String Special page name, may be localised and/or an alias - * @return SpecialPage object or null if the page doesn't exist + * @return SpecialPage|null SpecialPage object or null if the page doesn't exist */ public static function getPage( $name ) { list( $realName, /*...*/ ) = self::resolveAlias( $name ); -- 2.20.1