From efd415cf6529418f5d00b2e5f7a2a4688503d598 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Wed, 10 Apr 2019 17:01:32 +0100 Subject: [PATCH] Add return type --- app/SculpinKernel.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/SculpinKernel.php b/app/SculpinKernel.php index 10b2c12e..93b4fdcb 100644 --- a/app/SculpinKernel.php +++ b/app/SculpinKernel.php @@ -13,7 +13,7 @@ class SculpinKernel extends AbstractKernel /** * {@inheritdoc} */ - protected function getAdditionalSculpinBundles() + protected function getAdditionalSculpinBundles(): array { return [ SculpinContentGeneratorBundle::class,