From 4a9674e775f49a9df5e26da66546e8f3364afe67 Mon Sep 17 00:00:00 2001 From: "Phil E. Taylor" Date: Fri, 14 Apr 2023 12:03:02 +0100 Subject: [PATCH] return annotation to suppress deprecation warning --- TwigExtraBundle.php | 1 + 1 file changed, 1 insertion(+) diff --git a/TwigExtraBundle.php b/TwigExtraBundle.php index 5ed32a8..a9c8f73 100644 --- a/TwigExtraBundle.php +++ b/TwigExtraBundle.php @@ -17,6 +17,7 @@ class TwigExtraBundle extends Bundle { + /** @return void */ public function build(ContainerBuilder $container) { parent::build($container);