Skip to content

Commit

Permalink
Fixing style errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
stickler-ci committed Mar 18, 2018
1 parent 9922197 commit 678f4e2
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 bool $sort
* @return $this
*/
public function addSubcommand($name, array $options = [], $sort = true)
Expand Down

0 comments on commit 678f4e2

Please sign in to comment.