@@ -5,7 +5,6 @@ |
||
5 | 5 | use AMQPAL\Adapter\AMQP\Options\ConnectionOptions; |
6 | 6 | use AMQPAL\Adapter\AdapterInterface; |
7 | 7 | use AMQPAL\Adapter\Exception; |
8 | -use AMQPAL\Options; |
|
9 | 8 | |
10 | 9 | /** |
11 | 10 | * Class AMQP |
@@ -7,7 +7,6 @@ |
||
7 | 7 | use AMQPAL\Adapter\AdapterInterface; |
8 | 8 | use AMQPAL\Adapter\Exception; |
9 | 9 | use AMQPAL\Adapter\PhpAmqpLib\Options\ConnectionOptions; |
10 | -use AMQPAL\Options; |
|
11 | 10 | |
12 | 11 | class PhpAmqpLib implements AdapterInterface |
13 | 12 | { |
@@ -10,7 +10,7 @@ |
||
10 | 10 | |
11 | 11 | /** |
12 | 12 | * @param ConnectionOptions $options |
13 | - * @return AbstractConnection |
|
13 | + * @return boolean |
|
14 | 14 | */ |
15 | 15 | public function createConnection(ConnectionOptions $options) |
16 | 16 | { |