File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ class HealthCheckPass implements CompilerPassInterface
3030 /**
3131 * @SuppressWarnings(PHPMD.UnusedLocalVariable) $tags is never used in the foreach
3232 */
33- public function process (ContainerBuilder $ container )
33+ public function process (ContainerBuilder $ container ): void
3434 {
3535 if (!$ container ->has ('openconext.monitor.health_check_chain ' )) {
3636 return ;
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ class OpenConextMonitorExtension extends Extension
3434 /**
3535 * @throws \Exception
3636 */
37- public function load (array $ configs , ContainerBuilder $ container )
37+ public function load (array $ configs , ContainerBuilder $ container ): void
3838 {
3939 $ loader = new Loader \YamlFileLoader ($ container , new FileLocator (__DIR__ . '/../Resources/config ' ));
4040 $ loader ->load ('services.yml ' );
You can’t perform that action at this time.
0 commit comments