File tree Expand file tree Collapse file tree 2 files changed +14
-0
lines changed
stubs/Symfony/Bundle/FrameworkBundle Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ parameters:
99 constant_hassers : true
1010 console_application_loader : null
1111 stubFiles :
12+ - stubs/Symfony/Bundle/FrameworkBundle/KernelBrowser.stub
1213 - stubs/Symfony/Bundle/FrameworkBundle/Test/KernelTestCase.stub
1314 - stubs/Symfony/Bundle/FrameworkBundle/Test/TestContainer.stub
1415 - stubs/Symfony/Component/Form/ChoiceList/Loader/ChoiceLoaderInterface.stub
Original file line number Diff line number Diff line change 1+ <?php
2+
3+ namespace Symfony\Bundle\FrameworkBundle;
4+
5+ use Symfony\Bundle\FrameworkBundle\Test\TestContainer;
6+
7+ abstract class KernelBrowser
8+ {
9+ /**
10+ * @return TestContainer
11+ */
12+ abstract public function getContainer();
13+ }
You can’t perform that action at this time.
0 commit comments