Completed
Pull Request — 2.1 (#1109)
by Paweł
17:47
created
src/SWP/Bundle/CoreBundle/MessageHandler/Message/ContentPushMessage.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -43,8 +43,8 @@
 block discarded – undo
43 43
     public function toArray(): array
44 44
     {
45 45
         return [
46
-          'tenant' => $this->tenantId,
47
-          'content' => $this->content,
46
+            'tenant' => $this->tenantId,
47
+            'content' => $this->content,
48 48
         ];
49 49
     }
50 50
 }
Please login to merge, or discard this patch.
SWP/Bundle/CoreBundle/Command/DownloadThemesFromExternalStorageCommand.php 1 patch
Indentation   +1 added lines, -3 removed lines patch added patch discarded remove patch
@@ -84,6 +84,4 @@
 block discarded – undo
84 84
             $zip->close();
85 85
         }
86 86
 
87
-        $output->writeln('<bg=green;options=bold>Done.</>');
88
-    }
89
-}
87
+        $output->writeln
90 88
\ No newline at end of file
Please login to merge, or discard this patch.