mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-31 09:06:17 +00:00
Typo fix
This commit is contained in:
parent
79dc624062
commit
1434e79330
1 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
* @return ConsoleOptionParser this
|
||||
* @return $this
|
||||
*/
|
||||
public function removeSubcommand($name) {
|
||||
unset($this->_subcommands[$name]);
|
||||
|
|
Loading…
Add table
Reference in a new issue