Fix resetServiceForTesting() param type in comment
authorAaron Schulz <aschulz@wikimedia.org>
Wed, 18 May 2016 19:36:05 +0000 (12:36 -0700)
committerAaron Schulz <aschulz@wikimedia.org>
Wed, 18 May 2016 19:36:05 +0000 (12:36 -0700)
Change-Id: I05ba45a812a6d6aa7e9c90ea17b5a24b606e815c

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.
         *