fix: phpcs-fixer
This commit is contained in:
parent
ba874480ee
commit
c55cd62ec7
@@ -17,7 +17,7 @@ class Kernel extends BaseKernel
|
||||
#[Override]
|
||||
protected function build(ContainerBuilder $container): void
|
||||
{
|
||||
$container->addCompilerPass(new class() implements CompilerPassInterface {
|
||||
$container->addCompilerPass(new class () implements CompilerPassInterface {
|
||||
public function process(ContainerBuilder $container): void
|
||||
{
|
||||
$container->getDefinition('doctrine.orm.default_configuration')
|
||||
|
||||
Reference in New Issue
Block a user