From 572fdaba50e2ecf3d8134e09379ba16124733f2b Mon Sep 17 00:00:00 2001 From: Christoph Reiter <reiter.christoph@gmail.com> Date: Wed, 25 Aug 2021 11:17:40 +0200 Subject: [PATCH] cs-fixer --- config/bundles.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/bundles.php b/config/bundles.php index c9b6bb0..7e52aa3 100644 --- a/config/bundles.php +++ b/config/bundles.php @@ -1,5 +1,7 @@ <?php +declare(strict_types=1); + return [ Symfony\Bundle\FrameworkBundle\FrameworkBundle::class => ['all' => true], Symfony\Bundle\TwigBundle\TwigBundle::class => ['all' => true], -- GitLab