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 b7972c2 commit 6d5c687Copy full SHA for 6d5c687
Client.php
@@ -41,7 +41,7 @@ public function __construct(KernelInterface $kernel, array $server = array(), Hi
41
/**
42
* Returns the container.
43
*
44
- * @return ContainerInterface
+ * @return ContainerInterface|null Returns null when the Kernel has been shutdown or not started yet
45
*/
46
public function getContainer()
47
{
0 commit comments