Completed
Push — 1.0 ( 7ed330...095234 )
by David
02:56
created
src/Objects/Exchange.php 2 patches
Doc Comments   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -87,7 +87,6 @@  discard block
 block discarded – undo
87 87
     /**
88 88
      * Set the to (Binding).
89 89
      *
90
-     * @param Binding $to
91 90
      * @param string  $name
92 91
      * @param string  $type direct, topic, headers or fanout
93 92
      */
@@ -292,6 +291,9 @@  discard block
 block discarded – undo
292 291
         }
293 292
     }
294 293
 
294
+    /**
295
+     * @param string $routingKey
296
+     */
295 297
     public function publish(Message $message, $routingKey, $mandatory = false,
296 298
                             $immediate = false,
297 299
                             $ticket = null)
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,6 @@
 block discarded – undo
5 5
 use Mouf\AmqpClient\Client;
6 6
 use Mouf\AmqpClient\RabbitMqObjectInterface;
7 7
 use PhpAmqpLib\Channel\AMQPChannel;
8
-use PhpAmqpLib\Message\AMQPMessage;
9 8
 
10 9
 class Exchange implements RabbitMqObjectInterface
11 10
 {
Please login to merge, or discard this patch.