Completed
Pull Request — master (#33)
by Rénald
06:57
created
src/Driver/DriverFactory.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -4,9 +4,9 @@
 block discarded – undo
4 4
 
5 5
 use Burrow\Connection\PhpAmqpLib\AMQPLazySSLConnection;
6 6
 use Burrow\Driver;
7
-use PhpAmqpLib\Connection\AbstractConnection;
8 7
 use PhpAmqpLib\Connection\AMQPLazyConnection;
9 8
 use PhpAmqpLib\Connection\AMQPStreamConnection;
9
+use PhpAmqpLib\Connection\AbstractConnection;
10 10
 
11 11
 class DriverFactory
12 12
 {
Please login to merge, or discard this patch.