From 1434e7933090479b9591073ca026bb5f734180ea Mon Sep 17 00:00:00 2001 From: Denys Kyselov Date: Mon, 21 Jul 2014 01:16:41 +0300 Subject: [PATCH] Typo fix --- lib/Cake/Console/ConsoleOptionParser.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/Cake/Console/ConsoleOptionParser.php b/lib/Cake/Console/ConsoleOptionParser.php index 86c4369c9..f55551122 100644 --- a/lib/Cake/Console/ConsoleOptionParser.php +++ b/lib/Cake/Console/ConsoleOptionParser.php @@ -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]);