Skip to content

Commit

Permalink
Fix doc block.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Apr 25, 2014
1 parent 3f036e6 commit 819bc16
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Console/Shell.php
Expand Up @@ -332,8 +332,6 @@ public function dispatchShell() {
* you must define all the subcommands your shell needs, whether they be methods on this class
* or methods on tasks.
*
* @param string $command The command name to run on this shell. If this argument is empty,
* and the shell has a `main()` method, that will be called instead.
* @param array $argv Array of arguments to run the shell with. This array should be missing the shell name.
* @param boolean $autoMethod Set to true to allow any public method to be called even if it
* was not defined as a subcommand. This is used by ShellDispatcher to make building simple shells easy.
Expand Down

0 comments on commit 819bc16

Please sign in to comment.