From a003dc2329f5622c86ff1c0545e9ebed66197f49 Mon Sep 17 00:00:00 2001 From: Alexander Schranz Date: Thu, 16 May 2024 10:32:02 +0200 Subject: [PATCH] Fix Test Kernel --- Tests/Application/Kernel.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tests/Application/Kernel.php b/Tests/Application/Kernel.php index f58f486e..bd6d10c9 100644 --- a/Tests/Application/Kernel.php +++ b/Tests/Application/Kernel.php @@ -43,7 +43,7 @@ public function registerBundles(): iterable return $bundles; } - public function registerContainerConfiguration(LoaderInterface $loader) + public function registerContainerConfiguration(LoaderInterface $loader): void { parent::registerContainerConfiguration($loader); $loader->load(__DIR__ . '/config/config_' . $this->getContext() . '.yml');