Skip to content

Commit 262a462

Browse files
getContainer cannot return null anymore
1 parent f9be9af commit 262a462

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

KernelBrowser.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ public function __construct(KernelInterface $kernel, array $server = [], History
4545
/**
4646
* Returns the container.
4747
*
48-
* @return ContainerInterface|null Returns null when the Kernel has been shutdown or not started yet
48+
* @return ContainerInterface
4949
*/
5050
public function getContainer()
5151
{

0 commit comments

Comments
 (0)