Completed
Push — master ( 626bcc...764be1 )
by Mathijs
04:43 queued 04:43
created
src/jobs/JobBindingToQueueCreate.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -62,7 +62,7 @@
 block discarded – undo
62 62
     }
63 63
 
64 64
     /**
65
-     * @return DestinationType
65
+     * @return string
66 66
      */
67 67
     public function getDestinationType(): string
68 68
     {
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace mcorten87\rabbitmq_api\jobs;
4 4
 
5
-use mcorten87\rabbitmq_api\objects\Exchange;
6 5
 use mcorten87\rabbitmq_api\objects\ExchangeArgument;
7 6
 use mcorten87\rabbitmq_api\objects\ExchangeName;
8 7
 use mcorten87\rabbitmq_api\objects\QueueArgument;
Please login to merge, or discard this patch.