File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
src/Illuminate/Support/Facades Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 17
17
* @method static \Illuminate\Process\PendingProcess tty(bool $tty = true)
18
18
* @method static \Illuminate\Process\PendingProcess options(array $options)
19
19
* @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)
21
21
* @method static \Illuminate\Process\PendingProcess withFakeHandlers(array $fakeHandlers)
22
22
* @method static \Illuminate\Process\PendingProcess|mixed when(\Closure|mixed|null $value = null, callable|null $callback = null, callable|null $default = null)
23
23
* @method static \Illuminate\Process\PendingProcess|mixed unless(\Closure|mixed|null $value = null, callable|null $callback = null, callable|null $default = null)
You can’t perform that action at this time.
0 commit comments