We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34bcfd8 commit 4235d2cCopy full SHA for 4235d2c
src/Facades/ChildProcess.php
@@ -8,7 +8,7 @@
8
9
/**
10
* @method static \Native\Laravel\ChildProcess[] all()
11
- * @method static \Native\Laravel\ChildProcess get(string $alias = null)
+ * @method static \Native\Laravel\ChildProcess|null get(string $alias = null)
12
* @method static \Native\Laravel\ChildProcess message(string $message, string $alias = null)
13
* @method static \Native\Laravel\ChildProcess restart(string $alias = null)
14
* @method static \Native\Laravel\ChildProcess start(string|array $cmd, string $alias, string $cwd = null, array $env = null, bool $persistent = false)
0 commit comments