Completed
Push — master ( 0f8bb3...76213d )
by Daniel
05:05 queued 02:18
created
src/App/Application.php 1 patch
Unused Use Statements   -4 removed lines patch added patch discarded remove patch
@@ -15,16 +15,12 @@
 block discarded – undo
15 15
 
16 16
 use Negotiation\Negotiator;
17 17
 use Pimple\Container;
18
-
19
-
20
-
21 18
 use Component\Firewall\Firewall;
22 19
 use Component\Http\JsonResponse;
23 20
 use Component\Http\RedirectResponse;
24 21
 use Component\Http\Request;
25 22
 use Component\Http\Response;
26 23
 use Component\Http\Session;
27
-
28 24
 use App\Controller\Api\UserController;
29 25
 use App\Controller\DefaultController;
30 26
 use App\Controller\PageController;
Please login to merge, or discard this patch.
src/App/Negociation/Handler/ResponseHandler.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -14,9 +14,6 @@
 block discarded – undo
14 14
 namespace App\Negociation\Handler;
15 15
 
16 16
 use Negotiation\Negotiator;
17
-
18
-
19
-
20 17
 use Component\Http\JsonResponse;
21 18
 use Component\Http\Request;
22 19
 use Component\Http\Response;
Please login to merge, or discard this patch.