Skip to content

Commit e0be50a

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

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
@@ -17,7 +17,7 @@
1717
* @method static \Illuminate\Process\PendingProcess tty(bool $tty = true)
1818
* @method static \Illuminate\Process\PendingProcess options(array $options)
1919
* @method static \Illuminate\Contracts\Process\ProcessResult run(array|string|null $command = null, callable|null $output = null)
20-
* @method static \Illuminate\Process\InvokedProcess start(array|string|null $command = null, callable $output = null)
20+
* @method static \Illuminate\Process\InvokedProcess start(array|string|null $command = null, callable|null $output = null)
2121
* @method static \Illuminate\Process\PendingProcess withFakeHandlers(array $fakeHandlers)
2222
* @method static \Illuminate\Process\PendingProcess|mixed when(\Closure|mixed|null $value = null, callable|null $callback = null, callable|null $default = null)
2323
* @method static \Illuminate\Process\PendingProcess|mixed unless(\Closure|mixed|null $value = null, callable|null $callback = null, callable|null $default = null)

0 commit comments

Comments
 (0)