@@ -64,7 +64,7 @@ discard block |
||
64 | 64 | * |
65 | 65 | * @var bool |
66 | 66 | */ |
67 | - protected $show_in_help = true; |
|
67 | + protected $show_in_help = true; |
|
68 | 68 | |
69 | 69 | /** |
70 | 70 | * Version |
@@ -264,10 +264,10 @@ discard block |
||
264 | 264 | * |
265 | 265 | * @return bool |
266 | 266 | */ |
267 | - public function showInHelp() |
|
268 | - { |
|
269 | - return $this->show_in_help; |
|
270 | - } |
|
267 | + public function showInHelp() |
|
268 | + { |
|
269 | + return $this->show_in_help; |
|
270 | + } |
|
271 | 271 | |
272 | 272 | /** |
273 | 273 | * Check if command is enabled |