Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e7730dc

Browse files
committed
[FrameworkBundle] Add @return TestContainer to KernelTestCase::getContainer()
1 parent 3fb7af0 commit e7730dc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Symfony/Bundle/FrameworkBundle/Test/KernelTestCase.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,8 @@ protected static function bootKernel(array $options = []): KernelInterface
8484
* used by other services.
8585
*
8686
* Using this method is the best way to get a container from your test code.
87+
*
88+
* @return TestContainer
8789
*/
8890
protected static function getContainer(): ContainerInterface
8991
{

0 commit comments

Comments
 (0)