Completed
Push — dev ( dc03b0...0aea99 )
by Vlad
01:50
created
src/Queue.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -213,7 +213,7 @@  discard block
 block discarded – undo
213 213
      * @param string  $queue
214 214
      * @param Message $message
215 215
      * @param int     $timeout
216
-     * @param null    $callback
216
+     * @param null|callable    $callback
217 217
      *
218 218
      * @return mixed|null|Queue
219 219
      */
@@ -608,7 +608,7 @@  discard block
 block discarded – undo
608 608
     }
609 609
 
610 610
     /**
611
-     * @param int|\DateTime $mixed
611
+     * @param integer $mixed
612 612
      *
613 613
      * @return int
614 614
      */
Please login to merge, or discard this patch.