From: Aaron Schulz Date: Wed, 18 May 2016 19:36:05 +0000 (-0700) Subject: Fix resetServiceForTesting() param type in comment X-Git-Tag: 1.31.0-rc.0~6917^2 X-Git-Url: http://git.cyclocoop.org/%22%20.%20generer_url_ecrire%28%22articles%22%2C%22id_article=%24ze_article%22%29%20.%20%22?a=commitdiff_plain;h=718f5b9477cbcf36c127409f4eb6a4a30234dbf5;p=lhc%2Fweb%2Fwiklou.git Fix resetServiceForTesting() param type in comment Change-Id: I05ba45a812a6d6aa7e9c90ea17b5a24b606e815c --- 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. *