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 12
12
* @method static \Illuminate\Process\PendingProcess idleTimeout(int $timeout)
13
13
* @method static \Illuminate\Process\PendingProcess forever()
14
14
* @method static \Illuminate\Process\PendingProcess env(array $environment)
15
+ * @method static \Illuminate\Process\PendingProcess input(\Traversable|resource|string|int|float|bool|null $input)
15
16
* @method static \Illuminate\Process\PendingProcess quietly()
16
17
* @method static \Illuminate\Process\PendingProcess tty(bool $tty = true)
17
18
* @method static \Illuminate\Process\PendingProcess options(array $options)
18
- * @method static \Illuminate\Process\PendingProcess input(\Traversable|resource|string|int|float|bool|null $input)
19
19
* @method static \Illuminate\Contracts\Process\ProcessResult run(array|string|null $command = null, callable|null $output = null)
20
20
* @method static \Illuminate\Process\InvokedProcess start(array|string|null $command = null, callable $output = null)
21
21
* @method static \Illuminate\Process\PendingProcess withFakeHandlers(array $fakeHandlers)
You can’t perform that action at this time.
0 commit comments