Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / vendor / symfony / dependency-injection / ContainerAwareInterface.php
index fe301b6270bb9986a11df09103b9f45ace8392b6..d78491bb9633572af40871684da4843bb569651e 100644 (file)
@@ -18,10 +18,5 @@ namespace Symfony\Component\DependencyInjection;
  */
 interface ContainerAwareInterface
 {
-    /**
-     * Sets the container.
-     *
-     * @param ContainerInterface|null $container A ContainerInterface instance or null
-     */
     public function setContainer(ContainerInterface $container = null);
 }