Completed
Push — master ( 8ea32f...7cf338 )
by Thibaud
11s
created
src/Amqp/AmqpMessageQueueFactory.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -63,7 +63,7 @@  discard block
 block discarded – undo
63 63
     }
64 64
 
65 65
     /**
66
-     * @param $name
66
+     * @param string $name
67 67
      * @return MessageQueue
68 68
      */
69 69
     public function getNamedQueue($name)
@@ -77,7 +77,7 @@  discard block
 block discarded – undo
77 77
      * @param \AMQPExchange $exchange
78 78
      * @param $queueName
79 79
      * @param string $errorExchangeName
80
-     * @return \AMQPQueue
80
+     * @return AmqpMessageQueue
81 81
      */
82 82
     private function buildQueue(\AMQPExchange $exchange, $queueName, $errorExchangeName = '')
83 83
     {
Please login to merge, or discard this patch.