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.
2 parents 485ba33 + 848ae09 commit 61b422aCopy full SHA for 61b422a
1 file changed
src/Console.php
@@ -26,6 +26,9 @@ class Console
26
*/
27
protected static $commands = [];
28
29
+ /**
30
+ * @param-closure-this \Hyperf\Command\ClosureCommand $command
31
+ */
32
public static function command(string $signature, Closure $command): ClosureCommand
33
{
34
return tap(make(ClosureCommand::class, [
0 commit comments