Completed
Pull Request — 2.1 (#1109)
by Paweł
17:47
created
SWP/Bundle/CoreBundle/Command/DownloadThemesFromExternalStorageCommand.php 7 patches
Doc Comments   +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.
Unused Use Statements   +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.
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.
Switch 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.
Spacing   +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.
Braces   +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.
Upper-Lower-Casing   +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.