Skip to content

Commit 797c882

Browse files
committed
phpdoc
1 parent 4dea386 commit 797c882

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Queue/OptimisticDatabaseQueue.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ public function pop($queue = null)
165165
* Get the next available job for the queue.
166166
*
167167
* @param string|null $queue
168-
*
168+
* @param int $limit
169169
* @return \Illuminate\Support\Collection
170170
*/
171171
protected function getNextAvailableJobs($queue, $limit = 1)

0 commit comments

Comments
 (0)