We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e97bbfc commit a1baf69Copy full SHA for a1baf69
1 file changed
src/OpenConextMonitorBundle.php
@@ -24,7 +24,7 @@
24
25
class OpenConextMonitorBundle extends Bundle
26
{
27
- public function build(ContainerBuilder $container)
+ public function build(ContainerBuilder $container): void
28
29
$container->addCompilerPass(new HealthCheckPass());
30
}
0 commit comments