Merge "Revert "Use display name in category page subheadings if provided""
[lhc/web/wiklou.git] / includes / MediaWikiServices.php
index f882d74..7c9363c 100644 (file)
@@ -192,7 +192,6 @@ class MediaWikiServices extends ServiceContainer {
                } else {
                        $oldInstance->destroy();
                }
-
        }
 
        /**
@@ -298,7 +297,7 @@ class MediaWikiServices extends ServiceContainer {
                self::resetGlobalInstance();
 
                // Child, reseed because there is no bug in PHP:
-               // http://bugs.php.net/bug.php?id=42465
+               // https://bugs.php.net/bug.php?id=42465
                mt_srand( getmypid() );
        }
 
@@ -567,7 +566,7 @@ class MediaWikiServices extends ServiceContainer {
        }
 
        /**
-        * @since 1.28
+        * @since 1.29
         * @return Parser
         */
        public function getParser() {