Skip to content

Commit be4c18d

Browse files
taylorotwellgithub-actions[bot]
authored andcommitted
Update facade docblocks
1 parent 18143d4 commit be4c18d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Illuminate/Support/Facades/Queue.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,11 @@
4848
* @method static void assertCount(int $expectedCount)
4949
* @method static void assertNothingPushed()
5050
* @method static \Illuminate\Support\Collection pushed(string $job, callable|null $callback = null)
51+
* @method static \Illuminate\Support\Collection pushedRaw(null|\Closure $callback = null)
5152
* @method static bool hasPushed(string $job)
5253
* @method static bool shouldFakeJob(object $job)
5354
* @method static array pushedJobs()
55+
* @method static array rawPushes()
5456
* @method static \Illuminate\Support\Testing\Fakes\QueueFake serializeAndRestore(bool $serializeAndRestore = true)
5557
*
5658
* @see \Illuminate\Queue\QueueManager

0 commit comments

Comments
 (0)