Browse Source

Correct doc block.

euromark 11 years ago
parent
commit
f353f7cc78
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Console/ConsoleOptionParser.php

+ 1 - 1
src/Console/ConsoleOptionParser.php

@@ -127,7 +127,7 @@ class ConsoleOptionParser {
 /**
  * Construct an OptionParser so you can define its behavior
  *
- * @param string $command|null The command name this parser is for. The command name is used for generating help.
+ * @param string|null $command The command name this parser is for. The command name is used for generating help.
  * @param bool $defaultOptions Whether you want the verbose and quiet options set. Setting
  *  this to false will prevent the addition of `--verbose` & `--quiet` options.
  */