From: jeroendedauw Date: Wed, 9 Jan 2013 22:13:07 +0000 (+0100) Subject: improve doc X-Git-Tag: 1.31.0-rc.0~21086^2 X-Git-Url: http://git.cyclocoop.org/%24image?a=commitdiff_plain;h=414763dc7610f997abf4b42436e16232aff07b9f;p=lhc%2Fweb%2Fwiklou.git improve doc Change-Id: I61d0a55238c1240bc351da4712a8b12659a7ceec --- 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 );