Skip to content

Commit 61b422a

Browse files
committed
Merge branch 'master' into 3.2-merge
2 parents 485ba33 + 848ae09 commit 61b422a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Console.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ class Console
2626
*/
2727
protected static $commands = [];
2828

29+
/**
30+
* @param-closure-this \Hyperf\Command\ClosureCommand $command
31+
*/
2932
public static function command(string $signature, Closure $command): ClosureCommand
3033
{
3134
return tap(make(ClosureCommand::class, [

0 commit comments

Comments
 (0)