Add Handler::getRouter()
[lhc/web/wiklou.git] / includes / MediaWikiServices.php
index d6f50bf..689477b 100644 (file)
@@ -1,4 +1,5 @@
 <?php
+
 namespace MediaWiki;
 
 use ActorMigration;
@@ -225,6 +226,8 @@ class MediaWikiServices extends ServiceContainer {
                }
        }
 
+       /** @noinspection PhpDocSignatureInspection */
+
        /**
         * Salvages the state of any salvageable service instances in $other.
         *