From: Timo Tijhof Date: Fri, 15 Jun 2018 12:18:25 +0000 (+0100) Subject: services: Update comment mentioning non-existent method X-Git-Tag: 1.34.0-rc.0~5042^2 X-Git-Url: http://git.cyclocoop.org/%27%40script%40/images/%22.chemin_image%28?a=commitdiff_plain;h=9f02f548ea4e0dedef9d985c4f2c8deb3e1a94c9;p=lhc%2Fweb%2Fwiklou.git services: Update comment mentioning non-existent method Follows-up bca436db920. Change-Id: I1e356d30912fa47799656ee8210a5fdd3d008edb --- diff --git a/includes/services/ServiceContainer.php b/includes/services/ServiceContainer.php index 7814194fea..5ea49eee19 100644 --- a/includes/services/ServiceContainer.php +++ b/includes/services/ServiceContainer.php @@ -359,7 +359,7 @@ class ServiceContainer implements DestructibleService { $this, ...$this->extraInstantiationParams ); - // NOTE: when adding more wiring logic here, make sure copyWiring() is kept in sync! + // NOTE: when adding more wiring logic here, make sure importWiring() is kept in sync! } else { throw new NoSuchServiceException( $name ); }