Completed
Push — master ( 8ffdf8...f67228 )
by Matthew
08:43
created
Tests/RabbitMQ/JobManagerTest.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -180,6 +180,9 @@
 block discarded – undo
180 180
         );
181 181
     }
182 182
 
183
+    /**
184
+     * @param \PhpAmqpLib\Channel\AMQPChannel $channel
185
+     */
183 186
     protected static function drainQueue($channel)
184 187
     {
185 188
         $drained = 0;
Please login to merge, or discard this patch.