Completed
Push — 1.0 ( 3cba8a...ca5b13 )
by David
04:07
created
src/Objects/Binding.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,6 @@
 block discarded – undo
2 2
 namespace Mouf\AmqpClient\Objects;
3 3
 
4 4
 use Mouf\AmqpClient\RabbitMqObjectInterface;
5
-use PhpAmqpLib\Connection\AMQPStreamConnection;
6 5
 use PhpAmqpLib\Channel\AMQPChannel;
7 6
 
8 7
 class Binding implements RabbitMqObjectInterface{
Please login to merge, or discard this patch.
src/Objects/Exchange.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -75,7 +75,6 @@
 block discarded – undo
75 75
 	
76 76
 	/**
77 77
 	 * Set the to (Binding)
78
-	 * @param Binding $to
79 78
 	 * @param string $name
80 79
 	 * @param string $type direct, topic, headers or fanout
81 80
 	 */
Please login to merge, or discard this patch.