Skip to content

Commit a1baf69

Browse files
committed
Add return type to bundle build method
1 parent e97bbfc commit a1baf69

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/OpenConextMonitorBundle.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
class OpenConextMonitorBundle extends Bundle
2626
{
27-
public function build(ContainerBuilder $container)
27+
public function build(ContainerBuilder $container): void
2828
{
2929
$container->addCompilerPass(new HealthCheckPass());
3030
}

0 commit comments

Comments
 (0)