Completed
Pull Request — master (#11)
by Tilita
02:47
created
src/ConsumerInterface.php 1 patch
Doc Comments   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -15,12 +15,13 @@
 block discarded – undo
15 15
      * @param int $messages The number of message
16 16
      * @param int $seconds  The amount of time a consumer should listen for messages
17 17
      * @param int $maxMemory    The amount of memory when a consumer should stop consuming
18
-     * @return mixed
18
+     * @return integer
19 19
      */
20 20
     public function startConsuming(int $messages, int $seconds, int $maxMemory);
21 21
 
22 22
     /**
23 23
      * Stop the consumer
24
+     * @return void
24 25
      */
25 26
     public function stopConsuming();
26 27
 }
Please login to merge, or discard this patch.