services: Update comment mentioning non-existent method
authorTimo Tijhof <krinklemail@gmail.com>
Fri, 15 Jun 2018 12:18:25 +0000 (13:18 +0100)
committerTimo Tijhof <krinklemail@gmail.com>
Fri, 15 Jun 2018 12:19:13 +0000 (13:19 +0100)
Follows-up bca436db920.

Change-Id: I1e356d30912fa47799656ee8210a5fdd3d008edb

includes/services/ServiceContainer.php

index 7814194..5ea49ee 100644 (file)
@@ -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 );
                }