From ac49f4e3a89adfb3e73cbfe4d00bbecb0d04e793 Mon Sep 17 00:00:00 2001 From: John Mortlock Date: Sun, 3 Nov 2024 15:19:48 +1030 Subject: [PATCH] Fix deprecation --- src/ContentfulBundle.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ContentfulBundle.php b/src/ContentfulBundle.php index 481e599..23f6fcc 100644 --- a/src/ContentfulBundle.php +++ b/src/ContentfulBundle.php @@ -17,7 +17,7 @@ class ContentfulBundle extends Bundle { - public function build(ContainerBuilder $container) + public function build(ContainerBuilder $container): void { $container->addCompilerPass(new ProfilerControllerPass()); }