Commit db8e3a20 authored by lichtscheu's avatar lichtscheu

format code

parent aefba24c
...@@ -64,7 +64,7 @@ abstract class Command ...@@ -64,7 +64,7 @@ abstract class Command
* *
* @var bool * @var bool
*/ */
protected $show_in_help = true; protected $show_in_help = true;
/** /**
* Version * Version
...@@ -264,10 +264,10 @@ abstract class Command ...@@ -264,10 +264,10 @@ abstract class Command
* *
* @return bool * @return bool
*/ */
public function showInHelp() public function showInHelp()
{ {
return $this->show_in_help; return $this->show_in_help;
} }
/** /**
* Check if command is enabled * Check if command is enabled
......
...@@ -78,7 +78,6 @@ class HelpCommand extends UserCommand ...@@ -78,7 +78,6 @@ class HelpCommand extends UserCommand
$command->getName(), $command->getName(),
$command->getDescription() $command->getDescription()
); );
} }
$text .= PHP_EOL . 'For exact command help type: /help <command>'; $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