X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=vendor%2Fsymfony%2Fdependency-injection%2FContainerAwareInterface.php;fp=vendor%2Fsymfony%2Fdependency-injection%2FContainerAwareInterface.php;h=e7b9d575ece50637213e1222073e8cab5a8be7ff;hp=d78491bb9633572af40871684da4843bb569651e;hb=0bf8d09d2542548982e81a441b1f16e75873a04f;hpb=74df008bdbb3a11eeea356744f39b802369bda3c diff --git a/vendor/symfony/dependency-injection/ContainerAwareInterface.php b/vendor/symfony/dependency-injection/ContainerAwareInterface.php index d78491bb9..e7b9d575e 100644 --- a/vendor/symfony/dependency-injection/ContainerAwareInterface.php +++ b/vendor/symfony/dependency-injection/ContainerAwareInterface.php @@ -18,5 +18,8 @@ namespace Symfony\Component\DependencyInjection; */ interface ContainerAwareInterface { + /** + * Sets the container. + */ public function setContainer(ContainerInterface $container = null); }