Skip to content

Commit

Permalink
fix: add void return in bundle class (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
priyadi authored May 21, 2024
1 parent 5f0681d commit fa69827
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public function getPath(): string
return \dirname(__DIR__);
}

public function build(ContainerBuilder $container)
public function build(ContainerBuilder $container): void
{
parent::build($container);

Expand Down

0 comments on commit fa69827

Please sign in to comment.