Skip to content

Commit 8f99ff4

Browse files
Philippe Segatorinicolas-grekas
authored andcommitted
Remove superfluous phpdoc tags
1 parent 910b30e commit 8f99ff4

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

Process.php

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,6 @@ public function __clone()
194194
*
195195
* @param callable|null $callback A PHP callback to run whenever there is some
196196
* output available on STDOUT or STDERR
197-
* @param array $env An array of additional env vars to set when running the process
198197
*
199198
* @return int The exit status code
200199
*
@@ -218,9 +217,6 @@ public function run($callback = null/*, array $env = []*/)
218217
* This is identical to run() except that an exception is thrown if the process
219218
* exits with a non-zero exit code.
220219
*
221-
* @param callable|null $callback
222-
* @param array $env An array of additional env vars to set when running the process
223-
*
224220
* @return self
225221
*
226222
* @throws RuntimeException if PHP was compiled with --enable-sigchild and the enhanced sigchild compatibility mode is not enabled
@@ -256,7 +252,6 @@ public function mustRun(callable $callback = null/*, array $env = []*/)
256252
*
257253
* @param callable|null $callback A PHP callback to run whenever there is some
258254
* output available on STDOUT or STDERR
259-
* @param array $env An array of additional env vars to set when running the process
260255
*
261256
* @throws RuntimeException When process can't be launched
262257
* @throws RuntimeException When process is already running
@@ -367,7 +362,6 @@ public function start(callable $callback = null/*, array $env = [*/)
367362
*
368363
* @param callable|null $callback A PHP callback to run whenever there is some
369364
* output available on STDOUT or STDERR
370-
* @param array $env An array of additional env vars to set when running the process
371365
*
372366
* @return $this
373367
*

Tests/ProcessTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1529,10 +1529,8 @@ public function testWaitStoppedDeadProcess()
15291529
/**
15301530
* @param string $commandline
15311531
* @param string|null $cwd
1532-
* @param array|null $env
15331532
* @param string|null $input
15341533
* @param int $timeout
1535-
* @param array $options
15361534
*
15371535
* @return Process
15381536
*/

0 commit comments

Comments
 (0)