Skip to content

Commit c9e0ce1

Browse files
Gyula Szucsstof
authored andcommitted
Added docblock to ContainerBagInterface and ParameterBagInterface
1 parent e4adc57 commit c9e0ce1

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

ParameterBag/ContainerBagInterface.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515
use Symfony\Component\DependencyInjection\Exception\ParameterNotFoundException;
1616

1717
/**
18+
* ContainerBagInterface is the interface implemented by objects that manage service container parameters.
19+
*
1820
* @author Nicolas Grekas <p@tchwork.com>
1921
*/
2022
interface ContainerBagInterface extends ContainerInterface

ParameterBag/ParameterBagInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
use Symfony\Component\DependencyInjection\Exception\ParameterNotFoundException;
1616

1717
/**
18-
* ParameterBagInterface.
18+
* ParameterBagInterface is the interface implemented by objects that manage service container parameters.
1919
*
2020
* @author Fabien Potencier <fabien@symfony.com>
2121
*/

0 commit comments

Comments
 (0)