Skip to content

Commit

Permalink
Fix assertPushedOn docblock (#38987)
Browse files Browse the repository at this point in the history
  • Loading branch information
driesvints authored Sep 27, 2021
1 parent cb2cf42 commit 2574aca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Illuminate/Support/Facades/Queue.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
* @method static void assertNotPushed(string|\Closure $job, callable $callback = null)
* @method static void assertNothingPushed()
* @method static void assertPushed(string|\Closure $job, callable|int $callback = null)
* @method static void assertPushedOn(string $queue, string|\Closure $job, callable|int $callback = null)
* @method static void assertPushedOn(string $queue, string|\Closure $job, callable $callback = null)
* @method static void assertPushedWithChain(string $job, array $expectedChain = [], callable $callback = null)
*
* @see \Illuminate\Queue\QueueManager
Expand Down

0 comments on commit 2574aca

Please sign in to comment.