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 4949b4e commit f0604a0Copy full SHA for f0604a0
src/Symfony/Bundle/Test/Client.php
@@ -149,10 +149,8 @@ public function getKernelBrowser(): KernelBrowser
149
150
/**
151
* Returns the container.
152
- *
153
- * @return ContainerInterface|null Returns null when the Kernel has been shutdown or not started yet
154
*/
155
- public function getContainer(): ?ContainerInterface
+ public function getContainer(): ContainerInterface
156
{
157
return $this->kernelBrowser->getContainer();
158
}
0 commit comments