@@ -104,7 +104,7 @@ |
||
| 104 | 104 | * Pop the next job off of the queue. |
| 105 | 105 | * |
| 106 | 106 | * @param string $queue |
| 107 | - * @return \Illuminate\Contracts\Queue\Job|null |
|
| 107 | + * @return SqsJob|null |
|
| 108 | 108 | */ |
| 109 | 109 | public function pop($queue = null) |
| 110 | 110 | { |