Skip to content

Commit 3a46fa3

Browse files
taylorotwellgithub-actions[bot]
authored andcommitted
Update facade docblocks
1 parent a518fde commit 3a46fa3

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
@@ -12,10 +12,10 @@
1212
* @method static \Illuminate\Process\PendingProcess idleTimeout(int $timeout)
1313
* @method static \Illuminate\Process\PendingProcess forever()
1414
* @method static \Illuminate\Process\PendingProcess env(array $environment)
15+
* @method static \Illuminate\Process\PendingProcess input(\Traversable|resource|string|int|float|bool|null $input)
1516
* @method static \Illuminate\Process\PendingProcess quietly()
1617
* @method static \Illuminate\Process\PendingProcess tty(bool $tty = true)
1718
* @method static \Illuminate\Process\PendingProcess options(array $options)
18-
* @method static \Illuminate\Process\PendingProcess input(\Traversable|resource|string|int|float|bool|null $input)
1919
* @method static \Illuminate\Contracts\Process\ProcessResult run(array|string|null $command = null, callable|null $output = null)
2020
* @method static \Illuminate\Process\InvokedProcess start(array|string|null $command = null, callable $output = null)
2121
* @method static \Illuminate\Process\PendingProcess withFakeHandlers(array $fakeHandlers)

0 commit comments

Comments
 (0)