@@ -69,15 +69,15 @@ |
||
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 |