Commit a6e554ce authored by lichtscheu's avatar lichtscheu

format code

parent e00d3c81
......@@ -69,14 +69,14 @@ class HelpCommand extends UserCommand
);
foreach ($command_objs as $command) {
if($command->showInHelp()) {
if ($command->showInHelp()) {
continue;
}
$text .= sprintf(
'/%s - %s' . PHP_EOL,
$command->getName(),
$command->getDescription()
'/%s - %s' . PHP_EOL,
$command->getName(),
$command->getDescription()
);
}
......
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