From f1a653c62f1e6137215ef19c92dad08ca04acc4c Mon Sep 17 00:00:00 2001 From: Ariel D'Alessandro Date: Tue, 6 Aug 2024 09:52:34 +0200 Subject: [PATCH] EVA-492-fix-deprecation --- Auto1ServiceAPIComponentsBundle.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Auto1ServiceAPIComponentsBundle.php b/Auto1ServiceAPIComponentsBundle.php index 1132410..cda6825 100644 --- a/Auto1ServiceAPIComponentsBundle.php +++ b/Auto1ServiceAPIComponentsBundle.php @@ -12,7 +12,7 @@ */ class Auto1ServiceAPIComponentsBundle extends Bundle { - public function build(ContainerBuilder $container) + public function build(ContainerBuilder $container): void { parent::build($container);