Skip to content

Commit

Permalink
Update DocumentationBundle.php (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
FranMoraton authored Dec 20, 2023
1 parent eb759a4 commit 24c4408
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DocumentationBundle.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

final class DocumentationBundle extends Bundle
{
public function build(ContainerBuilder $container)
public function build(ContainerBuilder $container): void
{
$container->addCompilerPass(new MessageHandlerPass());
}
Expand Down

0 comments on commit 24c4408

Please sign in to comment.