Added docblock to ContainerBagInterface and ParameterBagInterface

This commit is contained in:
Gyula Szucs 2018-12-08 13:52:29 +01:00 committed by Christophe Coevoet
parent 3411e91e86
commit 88c9fc6f45
2 changed files with 3 additions and 1 deletions

View File

@ -15,6 +15,8 @@ use Psr\Container\ContainerInterface;
use Symfony\Component\DependencyInjection\Exception\ParameterNotFoundException;
/**
* ContainerBagInterface is the interface implemented by objects that manage service container parameters.
*
* @author Nicolas Grekas <p@tchwork.com>
*/
interface ContainerBagInterface extends ContainerInterface

View File

@ -15,7 +15,7 @@ use Symfony\Component\DependencyInjection\Exception\LogicException;
use Symfony\Component\DependencyInjection\Exception\ParameterNotFoundException;
/**
* ParameterBagInterface.
* ParameterBagInterface is the interface implemented by objects that manage service container parameters.
*
* @author Fabien Potencier <fabien@symfony.com>
*/