Completed
Push — master ( dc30fd...a5d41d )
by Cody
02:07
created
src/RabbitMqQueue.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -87,7 +87,7 @@
 block discarded – undo
87 87
      *
88 88
      * @param  string $queue
89 89
      *
90
-     * @return \Illuminate\Contracts\Queue\Job|null
90
+     * @return null|RabbitMqJob
91 91
      */
92 92
     public function pop($queue = null)
93 93
     {
Please login to merge, or discard this patch.