|
16 | 16 | * @method static \Hypervel\Process\PendingProcess idleTimeout(int $timeout)
|
17 | 17 | * @method static \Hypervel\Process\PendingProcess forever()
|
18 | 18 | * @method static \Hypervel\Process\PendingProcess env(array $environment)
|
19 |
| - * @method static \Hypervel\Process\PendingProcess input(\Traversable|resource|string|int|float|bool|null $input) |
| 19 | + * @method static \Hypervel\Process\PendingProcess input(null|bool|float|int|resource|string|\Traversable $input) |
20 | 20 | * @method static \Hypervel\Process\PendingProcess quietly()
|
21 | 21 | * @method static \Hypervel\Process\PendingProcess tty(bool $tty = true)
|
22 | 22 | * @method static \Hypervel\Process\PendingProcess options(array $options)
|
23 | 23 | * @method static \Hypervel\Process\Contracts\ProcessResult run(array|string|null $command = null, callable|null $output = null)
|
24 |
| - * @method static \Hypervel\Process\InvokedProcess start(array|string|null $command = null, callable|null $output = null) |
25 |
| - * @method static bool supportsTty() |
| 24 | + * @method static \Hypervel\Process\Contracts\InvokedProcess start(array|string|null $command = null, callable|null $output = null) |
26 | 25 | * @method static \Hypervel\Process\PendingProcess withFakeHandlers(array $fakeHandlers)
|
27 |
| - * @method static \Hypervel\Process\PendingProcess|mixed when(\Closure|mixed|null $value = null, callable|null $callback = null, callable|null $default = null) |
28 |
| - * @method static \Hypervel\Process\PendingProcess|mixed unless(\Closure|mixed|null $value = null, callable|null $callback = null, callable|null $default = null) |
| 26 | + * @method static \Hypervel\Process\PendingProcess|mixed when(null|\Closure|mixed $value = null, null|callable $callback = null, null|callable $default = null, null|\Closure|mixed $value = null) |
| 27 | + * @method static \Hypervel\Process\PendingProcess|mixed unless(null|\Closure|mixed $value = null, null|callable $callback = null, null|callable $default = null, null|\Closure|mixed $value = null) |
29 | 28 | * @method static \Hypervel\Process\FakeProcessResult result(array|string $output = '', array|string $errorOutput = '', int $exitCode = 0)
|
30 | 29 | * @method static \Hypervel\Process\FakeProcessDescription describe()
|
31 | 30 | * @method static \Hypervel\Process\FakeProcessSequence sequence(array $processes = [])
|
|
43 | 42 | * @method static \Hypervel\Process\Contracts\ProcessResult pipe(callable|array $callback, callable|null $output = null)
|
44 | 43 | * @method static \Hypervel\Process\ProcessPoolResults concurrently(callable $callback, callable|null $output = null)
|
45 | 44 | * @method static \Hypervel\Process\PendingProcess newPendingProcess()
|
46 |
| - * @method static void macro(string $name, object|callable $macro) |
| 45 | + * @method static mixed macroCall(string $method, array $parameters) |
| 46 | + * @method static void macro(string $name, callable|object $macro) |
47 | 47 | * @method static void mixin(object $mixin, bool $replace = true)
|
48 | 48 | * @method static bool hasMacro(string $name)
|
49 |
| - * @method static void flushMacros() |
50 |
| - * @method static mixed macroCall(string $method, array $parameters) |
51 | 49 | *
|
52 | 50 | * @see \Hypervel\Process\PendingProcess
|
53 | 51 | * @see \Hypervel\Process\Factory
|
|
0 commit comments