فهرست منبع

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