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.
@var
1 parent 558c9e3 commit 7e09e75Copy full SHA for 7e09e75
Tests/Functional/Bundle/TestBundle/TestBundle.php
@@ -24,7 +24,7 @@ public function build(ContainerBuilder $container): void
24
{
25
parent::build($container);
26
27
- /** @var $extension DependencyInjection\TestExtension */
+ /** @var DependencyInjection\TestExtension $extension */
28
$extension = $container->getExtension('test');
29
30
if (!$container->getParameterBag() instanceof FrozenParameterBag) {
0 commit comments