Skip to content

Commit 344dc58

Browse files
committed
Fix return type of Process::restart().
1 parent 8f5a739 commit 344dc58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Process.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@ public function start(callable $callback = null/*, array $env = [*/)
363363
* @param callable|null $callback A PHP callback to run whenever there is some
364364
* output available on STDOUT or STDERR
365365
*
366-
* @return $this
366+
* @return static
367367
*
368368
* @throws RuntimeException When process can't be launched
369369
* @throws RuntimeException When process is already running

0 commit comments

Comments
 (0)