We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aefba24 commit db8e3a2Copy full SHA for db8e3a2
src/Commands/Command.php
@@ -64,7 +64,7 @@ abstract class Command
64
*
65
* @var bool
66
*/
67
- protected $show_in_help = true;
+ protected $show_in_help = true;
68
69
/**
70
* Version
@@ -264,10 +264,10 @@ public function getName()
264
265
* @return bool
266
267
- public function showInHelp()
268
- {
+ public function showInHelp()
+ {
269
return $this->show_in_help;
270
- }
+ }
271
272
273
* Check if command is enabled
src/Commands/UserCommands/HelpCommand.php
@@ -78,7 +78,6 @@ public function execute()
78
$command->getName(),
79
$command->getDescription()
80
);
81
-
82
}
83
84
$text .= PHP_EOL . 'For exact command help type: /help <command>';
0 commit comments