Completed
Push — 1.0 ( e7718b...afd35d )
by David
04:20
created
src/Objects/Queue.php 1 patch
Doc Comments   +1 added lines, -3 removed lines patch added patch discarded remove patch
@@ -133,7 +133,6 @@  discard block
 block discarded – undo
133 133
     /**
134 134
      * Set the source (Binding).
135 135
      *
136
-     * @param Binding             $source
137 136
      * @param string              $name
138 137
      * @param ConsumerInterface[] $consumers
139 138
      */
@@ -324,7 +323,7 @@  discard block
 block discarded – undo
324 323
     /**
325 324
      * Get RabbitMq specific parameter : dead letter queue.
326 325
      *
327
-     * @return Queue
326
+     * @return Exchange
328 327
      */
329 328
     public function getDeadLetterExchanger()
330 329
     {
@@ -454,7 +453,6 @@  discard block
 block discarded – undo
454 453
     /**
455 454
      * Set RabbitMq specific parameter : max length.
456 455
      *
457
-     * @param int $ttl
458 456
      *
459 457
      * @return Queue
460 458
      */
Please login to merge, or discard this patch.