Completed
Push — 1.0 ( 96ad2d...e7718b )
by David
06:45
created
src/Objects/Queue.php 2 patches
Doc Comments   -2 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
      */
@@ -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.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -539,7 +539,7 @@
 block discarded – undo
539 539
                                     $consumer->isNoAck(),
540 540
                                     $consumer->isExclusive(),
541 541
                                     $consumer->isNoWait(),
542
-                                    function (AMQPMessage $msg) use ($consumer) {
542
+                                    function(AMQPMessage $msg) use ($consumer) {
543 543
                                         $consumer->callback($msg);
544 544
                                     },
545 545
                                     $consumer->getTicket(),
Please login to merge, or discard this patch.