Skip to content

Commit f980dff

Browse files
taylorotwellgithub-actions[bot]
authored andcommitted
Update facade docblocks
1 parent b12d863 commit f980dff

File tree

1 file changed

+10
-10
lines changed
  • src/Illuminate/Support/Facades

1 file changed

+10
-10
lines changed

src/Illuminate/Support/Facades/Bus.php

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -21,18 +21,18 @@
2121
* @method static \Illuminate\Bus\Dispatcher pipeThrough(array $pipes)
2222
* @method static \Illuminate\Bus\Dispatcher map(array $map)
2323
* @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)
2727
* @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)
3434
* @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)
3636
* @method static void assertBatched(callable $callback)
3737
* @method static void assertBatchCount(int $count)
3838
* @method static void assertNothingBatched()

0 commit comments

Comments
 (0)