Skip to content

Commit 3ecb9b7

Browse files
Add back @return $this annotations
1 parent 17032eb commit 3ecb9b7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Process.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -253,6 +253,8 @@ public function run(callable $callback = null, array $env = []): int
253253
* This is identical to run() except that an exception is thrown if the process
254254
* exits with a non-zero exit code.
255255
*
256+
* @return $this
257+
*
256258
* @throws ProcessFailedException if the process didn't terminate successfully
257259
*
258260
* @final

0 commit comments

Comments
 (0)