Skip to content

Commit 61e2a09

Browse files
taylorotwellgithub-actions[bot]
authored andcommitted
Update facade docblocks
1 parent 9e39547 commit 61e2a09

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/Illuminate/Support/Facades/Queue.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,10 @@
3232
* @method static \Illuminate\Contracts\Queue\Job|null pop(string|null $queue = null)
3333
* @method static string getConnectionName()
3434
* @method static \Illuminate\Contracts\Queue\Queue setConnectionName(string $name)
35+
* @method static int pendingSize(string|null $queue = null)
36+
* @method static int delayedSize(string|null $queue = null)
37+
* @method static int reservedSize(string|null $queue = null)
38+
* @method static int|null creationTimeOfOldestPendingJob(string|null $queue = null)
3539
* @method static mixed getJobTries(mixed $job)
3640
* @method static mixed getJobBackoff(mixed $job)
3741
* @method static mixed getJobExpiration(mixed $job)

0 commit comments

Comments
 (0)