Completed
Push — master ( 66b5cc...6f79c1 )
by Flo
02:42
created
src/Http/Request.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -7,8 +7,6 @@
 block discarded – undo
7 7
  */
8 8
 namespace Faulancer\Http;
9 9
 
10
-use Faulancer\Exception\InvalidArgumentException;
11
-
12 10
 /**
13 11
  * Class Request
14 12
  */
Please login to merge, or discard this patch.
src/Controller/Dispatcher.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,6 @@
 block discarded – undo
5 5
 use Faulancer\Event\Observer;
6 6
 use Faulancer\Event\Type\OnDispatch;
7 7
 use Faulancer\Exception\IncompatibleResponseException;
8
-use Faulancer\Exception\ServiceNotFoundException;
9 8
 use Faulancer\Http\Http;
10 9
 use Faulancer\Http\JsonResponse;
11 10
 use Faulancer\Http\Request;
Please login to merge, or discard this patch.