瀏覽代碼

[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.