Added the Search API Synonym module to deal specifically with licence and license...
[yaffs-website] / vendor / symfony / dependency-injection / ContainerAwareInterface.php
index fe301b6270bb9986a11df09103b9f45ace8392b6..e7b9d575ece50637213e1222073e8cab5a8be7ff 100644 (file)
@@ -20,8 +20,6 @@ interface ContainerAwareInterface
 {
     /**
      * Sets the container.
-     *
-     * @param ContainerInterface|null $container A ContainerInterface instance or null
      */
     public function setContainer(ContainerInterface $container = null);
 }