Completed
Pull Request — master (#43)
by Harry
02:04
created
src/ConsumerInterface.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -22,6 +22,7 @@
 block discarded – undo
22 22
      *
23 23
      * @param callable $worker
24 24
      * @param int      $limit
25
+     * @return void
25 26
      */
26 27
     public function receive(callable $worker, $limit = 1);
27 28
 }
Please login to merge, or discard this patch.