|
21 | 21 | * @method static \Illuminate\Bus\Dispatcher pipeThrough(array $pipes)
|
22 | 22 | * @method static \Illuminate\Bus\Dispatcher map(array $map)
|
23 | 23 | * @method static void except(array|string $jobsToDispatch)
|
24 |
| - * @method static void assertDispatched(\Closure|string $command, callable|int|null $callback = null) |
25 |
| - * @method static void assertDispatchedTimes(\Closure|string $command, int $times = 1) |
26 |
| - * @method static void assertNotDispatched(\Closure|string $command, callable|null $callback = null) |
| 24 | + * @method static void assertDispatched(string|\Closure $command, callable|int|null $callback = null) |
| 25 | + * @method static void assertDispatchedTimes(string|\Closure $command, int $times = 1) |
| 26 | + * @method static void assertNotDispatched(string|\Closure $command, callable|null $callback = null) |
27 | 27 | * @method static void assertNothingDispatched()
|
28 |
| - * @method static void assertDispatchedSync(\Closure|string $command, callable|int|null $callback = null) |
29 |
| - * @method static void assertDispatchedSyncTimes(\Closure|string $command, int $times = 1) |
30 |
| - * @method static void assertNotDispatchedSync(\Closure|string $command, callable|null $callback = null) |
31 |
| - * @method static void assertDispatchedAfterResponse(\Closure|string $command, callable|int|null $callback = null) |
32 |
| - * @method static void assertDispatchedAfterResponseTimes(\Closure|string $command, int $times = 1) |
33 |
| - * @method static void assertNotDispatchedAfterResponse(\Closure|string $command, callable|null $callback = null) |
| 28 | + * @method static void assertDispatchedSync(string|\Closure $command, callable|int|null $callback = null) |
| 29 | + * @method static void assertDispatchedSyncTimes(string|\Closure $command, int $times = 1) |
| 30 | + * @method static void assertNotDispatchedSync(string|\Closure $command, callable|null $callback = null) |
| 31 | + * @method static void assertDispatchedAfterResponse(string|\Closure $command, callable|int|null $callback = null) |
| 32 | + * @method static void assertDispatchedAfterResponseTimes(string|\Closure $command, int $times = 1) |
| 33 | + * @method static void assertNotDispatchedAfterResponse(string|\Closure $command, callable|null $callback = null) |
34 | 34 | * @method static void assertChained(array $expectedChain)
|
35 |
| - * @method static void assertDispatchedWithoutChain(\Closure|string $command, callable|null $callback = null) |
| 35 | + * @method static void assertDispatchedWithoutChain(string|\Closure $command, callable|null $callback = null) |
36 | 36 | * @method static void assertBatched(callable $callback)
|
37 | 37 | * @method static void assertBatchCount(int $count)
|
38 | 38 | * @method static void assertNothingBatched()
|
|
0 commit comments