Skip to content

Commit

Permalink
fix (#1218)
Browse files Browse the repository at this point in the history
  • Loading branch information
theofidry committed Sep 3, 2024
1 parent bf0a127 commit a681b9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fixtures/Bridge/Symfony/Application/AppKernel.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public function registerContainerConfiguration(LoaderInterface $loader): void

public function build(ContainerBuilder $container): void
{
$container->addCompilerPass(new class() implements CompilerPassInterface {
$container->addCompilerPass(new class implements CompilerPassInterface {
public function process(ContainerBuilder $container): void
{
foreach ($container->getDefinitions() as $id => $definition) {
Expand Down

0 comments on commit a681b9b

Please sign in to comment.