Skip to content

Commit 29a96eb

Browse files
taylorotwellgithub-actions[bot]
authored andcommitted
Update facade docblocks
1 parent d476191 commit 29a96eb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Illuminate/Support/Facades/Queue.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@
4545
* @method static void assertClosurePushed(callable|int|null $callback = null)
4646
* @method static void assertClosureNotPushed(callable|null $callback = null)
4747
* @method static void assertNotPushed(string|\Closure $job, callable|null $callback = null)
48+
* @method static void assertCount(int $expectedCount)
4849
* @method static void assertNothingPushed()
4950
* @method static \Illuminate\Support\Collection pushed(string $job, callable|null $callback = null)
5051
* @method static bool hasPushed(string $job)

0 commit comments

Comments
 (0)