File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ public function stop($code = 0)
101
101
102
102
/**
103
103
* @param string $command
104
- * @param $handler
104
+ * @param $handler
105
105
* @return mixed
106
106
* @throws \InvalidArgumentException
107
107
*/
@@ -185,9 +185,9 @@ public function parseCliArgv()
185
185
}
186
186
187
187
/**
188
- * @param string $command
188
+ * @param string $command
189
189
* @param string|\Closure $handler
190
- * @param string $description
190
+ * @param string $description
191
191
* @throws \InvalidArgumentException
192
192
*/
193
193
public function addCommand (string $ command , $ handler , $ description = '' )
@@ -247,7 +247,7 @@ public function showCommands($err = '')
247
247
248
248
/**
249
249
* @param string $name
250
- * @param mixed $default
250
+ * @param mixed $default
251
251
* @return mixed|null
252
252
*/
253
253
public function getArg ($ name , $ default = null )
@@ -257,7 +257,7 @@ public function getArg($name, $default = null)
257
257
258
258
/**
259
259
* @param string $name
260
- * @param mixed $default
260
+ * @param mixed $default
261
261
* @return mixed|null
262
262
*/
263
263
public function getOpt ($ name , $ default = null )
You can’t perform that action at this time.
0 commit comments