Completed
Push — master ( 9625b9...980655 )
by Grégoire
13s
created
Tests/Iterator/AMQPMessageIteratorTest.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -66,9 +66,9 @@  discard block
 block discarded – undo
66 66
     }
67 67
 
68 68
     /**
69
-     * @param mixed $queueName
69
+     * @param string $queueName
70 70
      *
71
-     * @return AmqpConsumer|\PHPUnit_Framework_MockObject_MockObject
71
+     * @return AmqpConsumer
72 72
      */
73 73
     private function createConsumerStub($queueName = null)
74 74
     {
@@ -90,7 +90,7 @@  discard block
 block discarded – undo
90 90
     }
91 91
 
92 92
     /**
93
-     * @return AMQPChannel|\PHPUnit_Framework_MockObject_MockObject|AMQPChannel
93
+     * @return AMQPChannel
94 94
      */
95 95
     private function createChannelMock()
96 96
     {
Please login to merge, or discard this patch.
tests/Backend/AMQPBackendTest.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -298,6 +298,10 @@
 block discarded – undo
298 298
     }
299 299
 
300 300
     /**
301
+     * @param string $deadLetterExchange
302
+     * @param string $deadLetterRoutingKey
303
+     * @param integer $ttl
304
+     * @param integer $prefetchCount
301 305
      * @return AMQPBackend
302 306
      */
303 307
     protected function buildBackend($recover = false, $deadLetterExchange = null, $deadLetterRoutingKey = null, $ttl = null, $prefetchCount = null)
Please login to merge, or discard this patch.