Skip to content

Commit c44d7a9

Browse files
committed
Fix Bundle compatibility with latest dev version of Symfony
1 parent be90446 commit c44d7a9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/DoctrineBundle.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,7 @@ public function process(ContainerBuilder $container): void
7575
$container->addCompilerPass(new RegisterUidTypePass());
7676
}
7777

78-
/** @return void */
79-
public function boot()
78+
public function boot(): void
8079
{
8180
// Register an autoloader for proxies to avoid issues when unserializing them
8281
// when the ORM is used.

0 commit comments

Comments
 (0)