Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / vendor / symfony / dependency-injection / LazyProxy / Instantiator / InstantiatorInterface.php
index a8dd5252ed28562d5f641c3fa329eee073743a58..417ab908a39c67e5bd9a5a1cbc7a243dd7ec0321 100644 (file)
@@ -25,11 +25,10 @@ interface InstantiatorInterface
     /**
      * Instantiates a proxy object.
      *
-     * @param ContainerInterface $container        the container from which the service is being requested
-     * @param Definition         $definition       the definition of the requested service
-     * @param string             $id               identifier of the requested service
-     * @param callable           $realInstantiator zero-argument callback that is capable of producing the real
-     *                                             service instance
+     * @param ContainerInterface $container        The container from which the service is being requested
+     * @param Definition         $definition       The definition of the requested service
+     * @param string             $id               Identifier of the requested service
+     * @param callable           $realInstantiator Zero-argument callback that is capable of producing the real service instance
      *
      * @return object
      */