Skip to content

Commit 4235d2c

Browse files
authored
fix: child process facade (#471)
1 parent 34bcfd8 commit 4235d2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Facades/ChildProcess.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
/**
1010
* @method static \Native\Laravel\ChildProcess[] all()
11-
* @method static \Native\Laravel\ChildProcess get(string $alias = null)
11+
* @method static \Native\Laravel\ChildProcess|null get(string $alias = null)
1212
* @method static \Native\Laravel\ChildProcess message(string $message, string $alias = null)
1313
* @method static \Native\Laravel\ChildProcess restart(string $alias = null)
1414
* @method static \Native\Laravel\ChildProcess start(string|array $cmd, string $alias, string $cwd = null, array $env = null, bool $persistent = false)

0 commit comments

Comments
 (0)