We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4adc57 commit c9e0ce1Copy full SHA for c9e0ce1
ParameterBag/ContainerBagInterface.php
@@ -15,6 +15,8 @@
15
use Symfony\Component\DependencyInjection\Exception\ParameterNotFoundException;
16
17
/**
18
+ * ContainerBagInterface is the interface implemented by objects that manage service container parameters.
19
+ *
20
* @author Nicolas Grekas <p@tchwork.com>
21
*/
22
interface ContainerBagInterface extends ContainerInterface
ParameterBag/ParameterBagInterface.php
@@ -15,7 +15,7 @@
- * ParameterBagInterface.
+ * ParameterBagInterface is the interface implemented by objects that manage service container parameters.
*
* @author Fabien Potencier <fabien@symfony.com>
0 commit comments