Completed
Push — 1.0 ( dbae57...8e8fdf )
by Marc
02:17 queued 01:07
created
src/Objects/Exchange.php 1 patch
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.
src/Objects/Queue.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -465,7 +465,6 @@
 block discarded – undo
465 465
     /**
466 466
      * Set RabbitMq specific parameter : max length.
467 467
      *
468
-     * @param int $ttl
469 468
      *
470 469
      * @return Queue
471 470
      */
Please login to merge, or discard this patch.
src/ConsumerInterface.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -35,9 +35,9 @@
 block discarded – undo
35 35
      */
36 36
     public function getNoWait();
37 37
     
38
-	/**
39
-	 * Callback for the consume service call if a mesage is receive
40
-	 */
38
+    /**
39
+     * Callback for the consume service call if a mesage is receive
40
+     */
41 41
     public function callback();
42 42
     
43 43
     /**
Please login to merge, or discard this patch.