소스 검색

[DependencyInjection] updated TaggedContainerInterface to extend ContainerInterface

Kris Wallsmith 14 년 전
부모
커밋
c991b250ea
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/Symfony/Component/DependencyInjection/TaggedContainerInterface.php

+ 1 - 1
src/Symfony/Component/DependencyInjection/TaggedContainerInterface.php

@@ -16,7 +16,7 @@ namespace Symfony\Component\DependencyInjection;
  *
  * @author Fabien Potencier <fabien.potencier@symfony-project.com>
  */
-interface TaggedContainerInterface
+interface TaggedContainerInterface extends ContainerInterface
 {
     /**
      * Returns service ids for a given tag.