Completed
Push — master ( 30c112...551469 )
by Povilas
03:20
created
src/Figlet/Command/FigletCommand.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -69,15 +69,15 @@
 block discarded – undo
69 69
       $figlet
70 70
          ->setFont($input->getOption('font'));
71 71
 
72
-      if(null !== $input->getOption('color')){
72
+      if (null !== $input->getOption('color')) {
73 73
          $figlet->setFontColor($input->getOption('color'));
74 74
       }
75 75
 
76
-      if(null !== $input->getOption('bg-color')){
76
+      if (null !== $input->getOption('bg-color')) {
77 77
          $figlet->setBackgroundColor($input->getOption('bg-color'));
78 78
       }
79 79
 
80
-      if(null !== $input->getOption('stretching')){
80
+      if (null !== $input->getOption('stretching')) {
81 81
          $figlet->setFontStretching($input->getOption('stretching'));
82 82
       }
83 83
 
Please login to merge, or discard this patch.