getContainer cannot return null anymore

This commit is contained in:
Vincent Langlet 2020-07-29 00:26:06 +02:00
parent fd6181c8b5
commit 257549e9c8

View File

@ -45,7 +45,7 @@ class KernelBrowser extends HttpKernelBrowser
/** /**
* Returns the container. * Returns the container.
* *
* @return ContainerInterface|null Returns null when the Kernel has been shutdown or not started yet * @return ContainerInterface
*/ */
public function getContainer() public function getContainer()
{ {