Merge "Fix resetServiceForTesting() param type in comment"
authorjenkins-bot <jenkins-bot@gerrit.wikimedia.org>
Thu, 19 May 2016 10:24:59 +0000 (10:24 +0000)
committerGerrit Code Review <gerrit@wikimedia.org>
Thu, 19 May 2016 10:24:59 +0000 (10:24 +0000)
includes/MediaWikiServices.php

index e2dc691..d423212 100644 (file)
@@ -265,7 +265,7 @@ class MediaWikiServices extends ServiceContainer {
         * instances to clean up.
         *
         * @param string $name
-        * @param string $destroy Whether the service instance should be destroyed if it exists.
+        * @param bool $destroy Whether the service instance should be destroyed if it exists.
         *        When set to false, any existing service instance will effectively be detached
         *        from the container.
         *