Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / vendor / symfony / dependency-injection / ContainerAwareTrait.php
index ccf064f6f3b57d18f9af73d6bf3221c71a062018..ee1ea2cb3d1487fd3c960de68c9c6dcfde26ea38 100644 (file)
@@ -23,11 +23,6 @@ trait ContainerAwareTrait
      */
     protected $container;
 
-    /**
-     * Sets the container.
-     *
-     * @param ContainerInterface|null $container A ContainerInterface instance or null
-     */
     public function setContainer(ContainerInterface $container = null)
     {
         $this->container = $container;