Commit db8e3a20 authored by lichtscheu's avatar lichtscheu

format code

parent aefba24c
......@@ -64,7 +64,7 @@ abstract class Command
*
* @var bool
*/
protected $show_in_help = true;
protected $show_in_help = true;
/**
* Version
......@@ -264,10 +264,10 @@ abstract class Command
*
* @return bool
*/
public function showInHelp()
{
public function showInHelp()
{
return $this->show_in_help;
}
}
/**
* Check if command is enabled
......
......@@ -78,7 +78,6 @@ class HelpCommand extends UserCommand
$command->getName(),
$command->getDescription()
);
}
$text .= PHP_EOL . 'For exact command help type: /help <command>';
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment