8000 fix: child process facade · SRWieZ/fork-nativephp-laravel@c48143f · GitHub
[go: up one dir, main page]

Skip to content

Commit c48143f

Browse files
committed
fix: child process facade
1 parent 36abbb6 commit c48143f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Facades/ChildProcess.php

Lines changed: 1 addition & 1 deletion
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)
0