Skip to content

Commit b36c4f2

Browse files
taylorotwellgithub-actions[bot]
authored andcommitted
Update facade docblocks
1 parent e34ab39 commit b36c4f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/Support/Facades/Process.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
* @method static \Illuminate\Process\Factory assertDidntRun(\Closure|string $callback)
3636
* @method static \Illuminate\Process\Factory assertNothingRan()
3737
* @method static \Illuminate\Process\Pool pool(callable $callback)
38-
* @method static \Illuminate\Process\Pipe pipe(callable $callback)
38+
* @method static \Illuminate\Process\Pipe pipe(callable $callback, callable|null $output = null)
3939
* @method static \Illuminate\Process\ProcessPoolResults concurrently(callable $callback, callable|null $output = null)
4040
* @method static \Illuminate\Process\PendingProcess newPendingProcess()
4141
* @method static void macro(string $name, object|callable $macro)

0 commit comments

Comments
 (0)