Passed
Push — master ( 59a5a5...30f57b )
by huang
02:58
created
src/Server.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -11,8 +11,8 @@
 block discarded – undo
11 11
 
12 12
 use FastD\ServiceProvider\SwooleServiceProvider;
13 13
 use FastD\Servitization\Server\HTTPServer;
14
-use swoole_server;
15 14
 use Symfony\Component\Console\Input\InputInterface;
15
+use swoole_server;
16 16
 
17 17
 /**
18 18
  * Class App.
Please login to merge, or discard this patch.
src/Test/TestCase.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -12,8 +12,8 @@
 block discarded – undo
12 12
 use FastD\Application;
13 13
 use FastD\Http\Response;
14 14
 use FastD\Testing\WebTestCase;
15
-use PHPUnit_Extensions_Database_DataSet_IDataSet;
16 15
 use PHPUnit_Extensions_Database_DB_IDatabaseConnection;
16
+use PHPUnit_Extensions_Database_DataSet_IDataSet;
17 17
 use Psr\Http\Message\ServerRequestInterface;
18 18
 
19 19
 /**
Please login to merge, or discard this patch.