From b3f5088c1e2fb45dd035be8e3ce877d0453bb749 Mon Sep 17 00:00:00 2001
From: Christoph Reiter <reiter.christoph@gmail.com>
Date: Mon, 23 Aug 2021 10:01:39 +0200
Subject: [PATCH] Run 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