From 16649556ddd075d324482ab9f3e9c1e142518260 Mon Sep 17 00:00:00 2001 From: Victor Bocharsky Date: Mon, 20 Mar 2023 16:10:53 +0200 Subject: [PATCH] Add void return type for registerContainerConfiguration() In order to fix the deprecation message in #395 --- tests/app/TestKernel.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/app/TestKernel.php b/tests/app/TestKernel.php index 01b7e63d..b523d440 100644 --- a/tests/app/TestKernel.php +++ b/tests/app/TestKernel.php @@ -28,7 +28,7 @@ public function registerBundles(): iterable ]; } - public function registerContainerConfiguration(LoaderInterface $loader) + public function registerContainerConfiguration(LoaderInterface $loader): void { $loader->load(function (ContainerBuilder $container) { $container->setDefinition('test.http_client', new Definition(Client::class, [