Passed
Push — master ( 736831...dc49dd )
by Josh
02:12
created
src/Console/Command/DeployCommand.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -57,7 +57,7 @@
 block discarded – undo
57 57
         }
58 58
 
59 59
         if ($describe) {
60
-            $output->writeln(PHP_EOL.'### Class: '. get_class($orchestratorDeploy).PHP_EOL);
60
+            $output->writeln(PHP_EOL.'### Class: '.get_class($orchestratorDeploy).PHP_EOL);
61 61
             $orchestratorDeploy->describe($output);
62 62
 
63 63
         } else {
Please login to merge, or discard this patch.