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 0cf8bd4 commit 0fb25b7Copy full SHA for 0fb25b7
Command/BuildDebugContainerTrait.php
@@ -55,7 +55,7 @@ protected function getContainerBuilder(KernelInterface $kernel): ContainerBuilde
55
$this->prepareContainer($containerBuilder);
56
57
return $containerBuilder;
58
- }, $kernel, \get_class($kernel));
+ }, $kernel, $kernel::class);
59
$container = $buildContainer();
60
(new XmlFileLoader($container, new FileLocator()))->load($kernel->getContainer()->getParameter('debug.container.dump'));
61
$locatorPass = new ServiceLocatorTagPass();
0 commit comments