Skip to content

Commit 3a8efd7

Browse files
authored
Remove unecessary @method doc (#38392)
1 parent ae63ff4 commit 3a8efd7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Illuminate/Support/Facades/Queue.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
* @method static void assertPushed(string|\Closure $job, callable|int $callback = null)
2222
* @method static void assertPushedOn(string $queue, string|\Closure $job, callable|int $callback = null)
2323
* @method static void assertPushedWithChain(string $job, array $expectedChain = [], callable $callback = null)
24-
* @method static void popUsing(string $workerName, callable $callback)
2524
*
2625
* @see \Illuminate\Queue\QueueManager
2726
* @see \Illuminate\Queue\Queue

0 commit comments

Comments
 (0)