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 c75b1ed commit 7cb340aCopy full SHA for 7cb340a
src/Symfony/Component/HttpKernel/KernelInterface.php
@@ -139,7 +139,7 @@ public function getRootDir();
139
/**
140
* Gets the current container.
141
*
142
- * @return ContainerInterface A ContainerInterface instance
+ * @return ContainerInterface|null A ContainerInterface instance or null when the Kernel is shutdown
143
*/
144
public function getContainer();
145
0 commit comments