Skip to content

Commit 2153f1c

Browse files
Willem Leuverinksimonhamp
andauthored
Update src/Facades/ChildProcess.php
Co-authored-by: Simon Hamp <[email protected]>
1 parent 2f76685 commit 2153f1c

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
@@ -12,7 +12,7 @@
1212
* @method static \Native\Laravel\ChildProcess start(string|array $cmd, string $alias, string $cwd = null, array $env = null, bool $persistent = false)
1313
* @method static \Native\Laravel\ChildProcess php(string|array $cmd, string $alias, array $env = null, bool $persistent = false)
1414
* @method static \Native\Laravel\ChildProcess artisan(string|array $cmd, string $alias, array $env = null, bool $persistent = false)
15-
* @method static \Native\Laravel\ChildProcess void stop(string $alias = null)
15+
* @method static void stop(string $alias = null)
1616
*/
1717
class ChildProcess extends Facade
1818
{

0 commit comments

Comments
 (0)