@@ -90,7 +90,8 @@ public function __construct(Input $input, Output $output, InputDefinition $defin
9090 }
9191
9292 protected function init ()
93- {}
93+ {
94+ }
9495
9596 /**
9697 * configure input definition
@@ -122,7 +123,7 @@ public function run()
122123 // load input definition configure
123124 $ this ->configure ();
124125
125- if ($ this ->input ->sameOpt (['h ' ,'help ' ])) {
126+ if ($ this ->input ->sameOpt (['h ' , 'help ' ])) {
126127 return $ this ->showHelp ();
127128 }
128129
@@ -309,7 +310,7 @@ protected function replaceAnnotationVars($str)
309310
310311 /**
311312 * show help by parse method annotation
312- * @param string $method
313+ * @param string $method
313314 * @param null|string $action
314315 * @return int
315316 */
@@ -343,12 +344,12 @@ protected function showHelpByMethodAnnotation($method, $action = null)
343344
344345 // need multi align
345346 // if (self::$annotationTags[$tag]) {
346- // $lines = array_map(function ($line) {
347- // // return trim($line);
348- // return $line;
349- // }, explode("\n", $msg));
347+ // $lines = array_map(function ($line) {
348+ // // return trim($line);
349+ // return $line;
350+ // }, explode("\n", $msg));
350351
351- // $msg = implode("\n", array_filter($lines, 'trim'));
352+ // $msg = implode("\n", array_filter($lines, 'trim'));
352353 // }
353354
354355 $ tag = ucfirst ($ tag );
0 commit comments