Skip to content

Commit 9d7244c

Browse files
taylorotwellgithub-actions[bot]
authored andcommitted
Update facade docblocks
1 parent d4e027a commit 9d7244c

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/Illuminate/Support/Facades/Bus.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@
4545
* @method static bool hasDispatchedAfterResponse(string $command)
4646
* @method static \Illuminate\Bus\Batch dispatchFakeBatch(string $name = '')
4747
* @method static \Illuminate\Bus\Batch recordPendingBatch(\Illuminate\Bus\PendingBatch $pendingBatch)
48+
* @method static \Illuminate\Support\Testing\Fakes\BusFake serializeAndRestore(bool $serializeAndRestore = true)
4849
*
4950
* @see \Illuminate\Bus\Dispatcher
5051
* @see \Illuminate\Support\Testing\Fakes\BusFake

src/Illuminate/Support/Facades/Queue.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@
4949
* @method static bool hasPushed(string $job)
5050
* @method static bool shouldFakeJob(object $job)
5151
* @method static array pushedJobs()
52+
* @method static \Illuminate\Support\Testing\Fakes\QueueFake serializeAndRestore(bool $serializeAndRestore = true)
5253
*
5354
* @see \Illuminate\Queue\QueueManager
5455
* @see \Illuminate\Queue\Queue

0 commit comments

Comments
 (0)