Skip to content

Commit 4a00ffd

Browse files
taylorotwellgithub-actions[bot]
authored andcommitted
Update facade docblocks
1 parent 099ff00 commit 4a00ffd

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

src/Illuminate/Support/Facades/Process.php

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,28 @@
55
use Illuminate\Console\Process\Factory;
66

77
/**
8+
* @method static \Illuminate\Console\Process\FakeProcessResult result(array|string $output = '', array|string $errorOutput = '', int $exitCode = 0)
9+
* @method static \Illuminate\Console\Process\FakeProcessDescription describe()
10+
* @method static \Illuminate\Console\Process\FakeProcessSequence sequence(array $processes = [])
11+
* @method static \Illuminate\Console\Process\Factory fake(\Closure|array|null $callback = null)
12+
* @method static bool isRecording()
13+
* @method static \Illuminate\Console\Process\Factory recordIfRecording(\Illuminate\Console\Process\PendingProcess $process, \Illuminate\Contracts\Console\Process\ProcessResult $result)
14+
* @method static \Illuminate\Console\Process\Factory record(\Illuminate\Console\Process\PendingProcess $process, \Illuminate\Contracts\Console\Process\ProcessResult $result)
15+
* @method static \Illuminate\Console\Process\Factory preventStrayProcesses(bool $prevent = true)
16+
* @method static bool preventingStrayProcesses()
17+
* @method static \Illuminate\Console\Process\Factory assertRan(\Closure $callback)
18+
* @method static \Illuminate\Console\Process\Factory assertRanTimes(\Closure $callback, int $times = 1)
19+
* @method static \Illuminate\Console\Process\Factory assertNotRan(\Closure $callback)
20+
* @method static \Illuminate\Console\Process\Factory assertNothingRan()
21+
* @method static \Illuminate\Console\Process\Pool pool(callable $callback)
22+
* @method static \Illuminate\Console\Process\ProcessPoolResults concurrently(callable $callback, callable|null $output)
23+
* @method static \Illuminate\Console\Process\PendingProcess newPendingProcess()
24+
* @method static void macro(string $name, object|callable $macro)
25+
* @method static void mixin(object $mixin, bool $replace = true)
26+
* @method static bool hasMacro(string $name)
27+
* @method static void flushMacros()
28+
* @method static mixed macroCall(string $method, array $parameters)
29+
*
830
* @see \Illuminate\Console\Process\Factory
931
*/
1032
class Process extends Facade

0 commit comments

Comments
 (0)