Skip to content

Commit bedb09d

Browse files
taylorotwellgithub-actions[bot]
authored andcommitted
Update facade docblocks
1 parent 6f55dbc commit bedb09d

File tree

1 file changed

+2
-0
lines changed
  • src/Illuminate/Support/Facades

1 file changed

+2
-0
lines changed

src/Illuminate/Support/Facades/Bus.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@
2020
* @method static void dispatchAfterResponse(mixed $command, mixed $handler = null)
2121
* @method static \Illuminate\Bus\Dispatcher pipeThrough(array $pipes)
2222
* @method static \Illuminate\Bus\Dispatcher map(array $map)
23+
* @method static \Illuminate\Bus\Dispatcher withDispatchingAfterResponses()
24+
* @method static \Illuminate\Bus\Dispatcher withoutDispatchingAfterResponses()
2325
* @method static \Illuminate\Support\Testing\Fakes\BusFake except(array|string $jobsToDispatch)
2426
* @method static void assertDispatched(string|\Closure $command, callable|int|null $callback = null)
2527
* @method static void assertDispatchedTimes(string|\Closure $command, int $times = 1)

0 commit comments

Comments
 (0)