From 6eefdca7f9bbe58e915178920b3b3e0391dbdea7 Mon Sep 17 00:00:00 2001 From: Ariel D'Alessandro Date: Tue, 6 Aug 2024 09:51:18 +0200 Subject: [PATCH] EVA-492-fix-deprecation --- Auto1ServiceAPIHandlerBundle.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Auto1ServiceAPIHandlerBundle.php b/Auto1ServiceAPIHandlerBundle.php index 4461f70..8823f95 100644 --- a/Auto1ServiceAPIHandlerBundle.php +++ b/Auto1ServiceAPIHandlerBundle.php @@ -8,7 +8,7 @@ class Auto1ServiceAPIHandlerBundle extends Bundle { - public function build(ContainerBuilder $container) + public function build(ContainerBuilder $container): void { parent::build($container);