@@ -171,7 +171,7 @@ discard block |
||
171 | 171 | |
172 | 172 | $runner = $cmd->getRunner(); |
173 | 173 | |
174 | - if($runner === null) { |
|
174 | + if ($runner === null) { |
|
175 | 175 | return; |
176 | 176 | } |
177 | 177 | |
@@ -179,7 +179,7 @@ discard block |
||
179 | 179 | $runner->help(); |
180 | 180 | $help = ob_get_clean(); |
181 | 181 | |
182 | - if(empty($help)) { |
|
182 | + if (empty($help)) { |
|
183 | 183 | return; |
184 | 184 | } |
185 | 185 |
@@ -83,7 +83,7 @@ |
||
83 | 83 | ' This is the custom help for ' . Color::green('cli-app-options') . ' command. ' . self::EOL . |
84 | 84 | ' Please use the --name option to pass your name to this command and you will be greeted personally. ' . self::EOL . |
85 | 85 | ' ' . self::EOL . |
86 | - ' ' . Color::green('php cli-app-options.php --name="great Stefaminator"') . self::EOL ; |
|
86 | + ' ' . Color::green('php cli-app-options.php --name="great Stefaminator"') . self::EOL; |
|
87 | 87 | |
88 | 88 | |
89 | 89 | } |