From 718f5b9477cbcf36c127409f4eb6a4a30234dbf5 Mon Sep 17 00:00:00 2001 From: Aaron Schulz Date: Wed, 18 May 2016 12:36:05 -0700 Subject: [PATCH] Fix resetServiceForTesting() param type in comment Change-Id: I05ba45a812a6d6aa7e9c90ea17b5a24b606e815c --- includes/MediaWikiServices.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/MediaWikiServices.php b/includes/MediaWikiServices.php index e2dc691acc..d423212664 100644 --- a/includes/MediaWikiServices.php +++ b/includes/MediaWikiServices.php @@ -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. * -- 2.20.1