@@ -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 *
0 commit comments