This commit is contained in:
Denys Kyselov 2014-07-21 01:16:41 +03:00 committed by mark_story
parent 79dc624062
commit 1434e79330

View file

@ -411,10 +411,10 @@ class ConsoleOptionParser {
} }
/** /**
* Remove an subcommand from the option parser. * Remove a subcommand from the option parser.
* *
* @param string $name The subcommand name to remove. * @param string $name The subcommand name to remove.
* @return ConsoleOptionParser this * @return $this
*/ */
public function removeSubcommand($name) { public function removeSubcommand($name) {
unset($this->_subcommands[$name]); unset($this->_subcommands[$name]);