File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
src/Illuminate/Support/Facades Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 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)
22
+ * @method static \Illuminate\Process\PendingProcess|mixed when(\Closure|mixed|null $value = null, callable|null $callback = null, callable|null $default = null)
23
+ * @method static \Illuminate\Process\PendingProcess|mixed unless(\Closure|mixed|null $value = null, callable|null $callback = null, callable|null $default = null)
22
24
* @method static \Illuminate\Process\FakeProcessResult result(array|string $output = '', array|string $errorOutput = '', int $exitCode = 0)
23
25
* @method static \Illuminate\Process\FakeProcessDescription describe()
24
26
* @method static \Illuminate\Process\FakeProcessSequence sequence(array $processes = [])
You can’t perform that action at this time.
0 commit comments