File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,6 @@ class Application
52
52
/** @var string Ascii art logo */
53
53
protected string $ logo = '' ;
54
54
55
- /** @var string Custom help screen */
56
55
protected string $ _help = '' ;
57
56
58
57
/** @var string Name of default command */
@@ -373,6 +372,7 @@ public function showHelp(): mixed
373
372
if ($ help = $ this ->help ()) {
374
373
$ writer = $ this ->io ()->writer ();
375
374
$ writer ->write ($ help , true );
375
+
376
376
return ($ this ->onExit )();
377
377
}
378
378
Original file line number Diff line number Diff line change @@ -318,6 +318,7 @@ public function showHelp(): mixed
318
318
if ($ help = $ this ->help ()) {
319
319
$ writer = $ this ->io ()->writer ();
320
320
$ writer ->write ($ help , true );
321
+
321
322
return $ this ->emit ('_exit ' , 0 );
322
323
}
323
324
You can’t perform that action at this time.
0 commit comments