From 29a96ebc55bf5b7b7fe3321afea247927c3c67a9 Mon Sep 17 00:00:00 2001 From: taylorotwell Date: Sun, 7 Jan 2024 15:25:44 +0000 Subject: [PATCH] Update facade docblocks --- src/Illuminate/Support/Facades/Queue.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Illuminate/Support/Facades/Queue.php b/src/Illuminate/Support/Facades/Queue.php index 2646f09d6658..50e2c7b81c2d 100755 --- a/src/Illuminate/Support/Facades/Queue.php +++ b/src/Illuminate/Support/Facades/Queue.php @@ -45,6 +45,7 @@ * @method static void assertClosurePushed(callable|int|null $callback = null) * @method static void assertClosureNotPushed(callable|null $callback = null) * @method static void assertNotPushed(string|\Closure $job, callable|null $callback = null) + * @method static void assertCount(int $expectedCount) * @method static void assertNothingPushed() * @method static \Illuminate\Support\Collection pushed(string $job, callable|null $callback = null) * @method static bool hasPushed(string $job)