8000 Update facade docblocks · tegos/laravel-framework@4809a1c · GitHub
[go: up one dir, main page]

Skip to content

Commit 4809a1c

Browse files
taylorotwellgithub-actions[bot]
authored andcommitted
Update facade docblocks
1 parent 5826904 commit 4809a1c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Illuminate/Support/Facades/Process.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@
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)
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)
2224
* @method static \Illuminate\Process\FakeProcessResult result(array|string $output = '', array|string $errorOutput = '', int $exitCode = 0)
2325
* @method static \Illuminate\Process\FakeProcessDescription describe()
2426
* @method static \Illuminate\Process\FakeProcessSequence sequence(array $processes = [])

0 commit comments

Comments
 (0)
0