Fixed getting controller description, refactored a bit more

This commit is contained in:
Alexander Makarov
2014-09-04 03:14:36 +04:00
parent 277d8cbaeb
commit d44f424858
2 changed files with 12 additions and 10 deletions

View File

@ -40,7 +40,7 @@ class HelpController extends Controller
{
/**
* Displays available commands or the detailed information
* about a particular command. For example,
* about a particular command.
*
* @param string $command The name of the command to show help about.
* If not provided, all available commands will be displayed.