mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-01 11:39:41 +08:00
Merge branch 'master' of git://github.com/yiisoft/yii2
This commit is contained in:
@ -43,6 +43,6 @@ class Action extends \yii\base\Action
|
||||
*/
|
||||
public function getHelp()
|
||||
{
|
||||
return HelpParser::getDescriptionForConsole(new \ReflectionClass($this));
|
||||
return HelpParser::getFull(new \ReflectionClass($this));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user