From cc7c31cf1079fb22fa69a9f2dd3078ae96488173 Mon Sep 17 00:00:00 2001
From: Killesreiter Volker <killesre@gmail.com>
Date: Tue, 27 Aug 2024 11:04:39 +0200
Subject: [PATCH] fix cs 2

---
 BackendCommands.php | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/BackendCommands.php b/BackendCommands.php
index 3c06bf3..b3127fd 100644
--- a/BackendCommands.php
+++ b/BackendCommands.php
@@ -41,8 +41,8 @@ public function __construct()
     /**
      * @hook init @options-backend
      *
-     * @param \Symfony\Component\Console\Input\InputInterface $input
-     * @param \Consolidation\AnnotatedCommand\AnnotationData  $annotationData
+     * @param \Symfony\Component\Console\Input\InputInterface     $input
+     * @param \Consolidation\AnnotatedCommand\AnnotationData     $annotationData
      */
     public function initCommands(InputInterface $input, AnnotationData $annotationData)
     {
@@ -355,7 +355,7 @@ public function createTestingDump()
 
         $defaultSettingsFile = $this->drupalRootDirectory().'/sites/default/settings.php';
         if (!file_exists($defaultSettingsFile)) {
-          $fileString = <<<EOF
+            $fileString = <<<EOF
 <?php
 \$databases['default']['default'] = [
   'database' => '{{ database }}',