Skip to content

Commit db8e3a2

Browse files
committed
format code
1 parent aefba24 commit db8e3a2

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

src/Commands/Command.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ abstract class Command
6464
*
6565
* @var bool
6666
*/
67-
protected $show_in_help = true;
67+
protected $show_in_help = true;
6868

6969
/**
7070
* Version
@@ -264,10 +264,10 @@ public function getName()
264264
*
265265
* @return bool
266266
*/
267-
public function showInHelp()
268-
{
267+
public function showInHelp()
268+
{
269269
return $this->show_in_help;
270-
}
270+
}
271271

272272
/**
273273
* Check if command is enabled

src/Commands/UserCommands/HelpCommand.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@ public function execute()
7878
$command->getName(),
7979
$command->getDescription()
8080
);
81-
8281
}
8382

8483
$text .= PHP_EOL . 'For exact command help type: /help <command>';

0 commit comments

Comments
 (0)