comparison vendor/symfony/dependency-injection/ContainerAwareInterface.php @ 17:129ea1e6d783

Update, including to Drupal core 8.6.10
author Chris Cannam
date Thu, 28 Feb 2019 13:21:36 +0000
parents 1fec387a4317
children
comparison
equal deleted inserted replaced
16:c2387f117808 17:129ea1e6d783
16 * 16 *
17 * @author Fabien Potencier <fabien@symfony.com> 17 * @author Fabien Potencier <fabien@symfony.com>
18 */ 18 */
19 interface ContainerAwareInterface 19 interface ContainerAwareInterface
20 { 20 {
21 /**
22 * Sets the container.
23 */
21 public function setContainer(ContainerInterface $container = null); 24 public function setContainer(ContainerInterface $container = null);
22 } 25 }