@@ -2,7 +2,6 @@ |
||
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{ |
@@ -75,7 +75,6 @@ |
||
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 | */ |