From cdcfa008756c644bc5d210adc5d3b56b1e1ed143 Mon Sep 17 00:00:00 2001 From: FranMoraton <37687719+FranMoraton@users.noreply.github.com> Date: Wed, 20 Dec 2023 10:15:45 +0100 Subject: [PATCH] Update ApixceptionBundle.php --- src/ApixceptionBundle.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ApixceptionBundle.php b/src/ApixceptionBundle.php index 0c55f01..f3d4e70 100644 --- a/src/ApixceptionBundle.php +++ b/src/ApixceptionBundle.php @@ -8,7 +8,7 @@ class ApixceptionBundle extends Bundle { - public function build(ContainerBuilder $container) + public function build(ContainerBuilder $container): void { parent::build($container); }