We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e34ab39 commit b36c4f2Copy full SHA for b36c4f2
src/Illuminate/Support/Facades/Process.php
@@ -35,7 +35,7 @@
35
* @method static \Illuminate\Process\Factory assertDidntRun(\Closure|string $callback)
36
* @method static \Illuminate\Process\Factory assertNothingRan()
37
* @method static \Illuminate\Process\Pool pool(callable $callback)
38
- * @method static \Illuminate\Process\Pipe pipe(callable $callback)
+ * @method static \Illuminate\Process\Pipe pipe(callable $callback, callable|null $output = null)
39
* @method static \Illuminate\Process\ProcessPoolResults concurrently(callable $callback, callable|null $output = null)
40
* @method static \Illuminate\Process\PendingProcess newPendingProcess()
41
* @method static void macro(string $name, object|callable $macro)
0 commit comments