Skip to content

Commit 0fb25b7

Browse files
keradusfabpot
authored andcommitted
DX: PHP CS Fixer - update excluded paths and apply some minor CS
1 parent 0cf8bd4 commit 0fb25b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Command/BuildDebugContainerTrait.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ protected function getContainerBuilder(KernelInterface $kernel): ContainerBuilde
5555
$this->prepareContainer($containerBuilder);
5656

5757
return $containerBuilder;
58-
}, $kernel, \get_class($kernel));
58+
}, $kernel, $kernel::class);
5959
$container = $buildContainer();
6060
(new XmlFileLoader($container, new FileLocator()))->load($kernel->getContainer()->getParameter('debug.container.dump'));
6161
$locatorPass = new ServiceLocatorTagPass();

0 commit comments

Comments
 (0)