From 4319ebf84fb925c1adf452d7dbae31e692bfce9e Mon Sep 17 00:00:00 2001
From: Eike Starkmann <eike.starkmann@undkonsorten.com>
Date: Wed, 31 Jul 2024 19:55:03 +0200
Subject: [PATCH] [BUGFIX] Fix code style

Related: #1228
---
 Tests/Functional/Controller/TeaControllerTest.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Tests/Functional/Controller/TeaControllerTest.php b/Tests/Functional/Controller/TeaControllerTest.php
index fa8b87e..0add1de 100644
--- a/Tests/Functional/Controller/TeaControllerTest.php
+++ b/Tests/Functional/Controller/TeaControllerTest.php
@@ -28,7 +28,7 @@ final class TeaControllerTest extends FunctionalTestCase
                 'cacheHash' => [
                     'enforceValidation' => false,
                 ],
-            ]
+            ],
         ]);
 
         parent::setUp();