diff core/tests/Drupal/Tests/Component/DependencyInjection/ContainerTest.php @ 12:7a779792577d

Update Drupal core to v8.4.5 (via Composer)
author Chris Cannam
date Fri, 23 Feb 2018 15:52:07 +0000
parents 4c8ae668cc8c
children 1fec387a4317
line wrap: on
line diff
--- a/core/tests/Drupal/Tests/Component/DependencyInjection/ContainerTest.php	Fri Feb 23 15:51:18 2018 +0000
+++ b/core/tests/Drupal/Tests/Component/DependencyInjection/ContainerTest.php	Fri Feb 23 15:52:07 2018 +0000
@@ -1043,7 +1043,7 @@
 class MockService {
 
   /**
-   * @var ContainerInterface
+   * @var \Symfony\Component\DependencyInjection\ContainerInterface
    */
   protected $container;
 
@@ -1081,7 +1081,7 @@
   /**
    * Sets the container object.
    *
-   * @param ContainerInterface $container
+   * @param \Symfony\Component\DependencyInjection\ContainerInterface $container
    *   The container to inject via setter injection.
    */
   public function setContainer(ContainerInterface $container) {
@@ -1091,7 +1091,7 @@
   /**
    * Gets the container object.
    *
-   * @return ContainerInterface
+   * @return \Symfony\Component\DependencyInjection\ContainerInterface
    *   The internally set container.
    */
   public function getContainer() {