Fix (MediaWiki)Site::normalizePageName return type
[lhc/web/wiklou.git] / includes / site / MediaWikiSite.php
index f31a77d..0ff7e8b 100644 (file)
@@ -64,7 +64,7 @@ class MediaWikiSite extends Site {
        /**
         * Returns the normalized form of the given page title, using the
         * normalization rules of the given site. If the given title is a redirect,
        /**
         * Returns the normalized form of the given page title, using the
         * normalization rules of the given site. If the given title is a redirect,
-        * the redirect weill be resolved and the redirect target is returned.
+        * the redirect will be resolved and the redirect target is returned.
         *
         * @note This actually makes an API request to the remote site, so beware
         *   that this function is slow and depends on an external service.
         *
         * @note This actually makes an API request to the remote site, so beware
         *   that this function is slow and depends on an external service.
@@ -79,7 +79,7 @@ class MediaWikiSite extends Site {
         *
         * @param string $pageName
         *
         *
         * @param string $pageName
         *
-        * @return string
+        * @return string|false
         * @throws MWException
         */
        public function normalizePageName( $pageName ) {
         * @throws MWException
         */
        public function normalizePageName( $pageName ) {