Skip to content

Commit

Permalink
Updating docblock
Browse files Browse the repository at this point in the history
  • Loading branch information
t73biz committed Mar 18, 2018
1 parent 9922197 commit f3eb336
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Console/ConsoleOptionParser.php
Expand Up @@ -576,7 +576,7 @@ public function addOptions(array $options)
*
* @param \Cake\Console\ConsoleInputSubcommand|string $name Name of the subcommand. Will also accept an instance of ConsoleInputSubcommand
* @param array $options Array of params, see above.
* @param boolean $sort
* @param boolean $sort Optional sorting of the subcommand
* @return $this
*/
public function addSubcommand($name, array $options = [], $sort = true)
Expand Down

0 comments on commit f3eb336

Please sign in to comment.