Completed
Push — master ( 79c02f...c2c6a7 )
by Ben
10s
created
src/Requests/Request.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -8,7 +8,6 @@
 block discarded – undo
8 8
 use Neomerx\JsonApi\Document\Link;
9 9
 use Neomerx\JsonApi\Exceptions\JsonApiException;
10 10
 use RealPage\JsonApi\Authorization\RequestFailedAuthorization;
11
-use RealPage\JsonApi\ErrorFactory;
12 11
 use RealPage\JsonApi\Validation\RequestFailedValidation;
13 12
 use RealPage\JsonApi\Validation\ValidatesRequests;
14 13
 
Please login to merge, or discard this patch.
src/Validation/ValidatesRequests.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -3,9 +3,9 @@
 block discarded – undo
3 3
 namespace RealPage\JsonApi\Validation;
4 4
 
5 5
 use Illuminate\Contracts\Validation\Factory;
6
+use Neomerx\JsonApi\Document\Error;
6 7
 use Neomerx\JsonApi\Exceptions\ErrorCollection;
7 8
 use RealPage\JsonApi\Requests\Request;
8
-use Neomerx\JsonApi\Document\Error;
9 9
 
10 10
 abstract class ValidatesRequests
11 11
 {
Please login to merge, or discard this patch.
src/Lumen/ServiceProvider.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -3,8 +3,8 @@
 block discarded – undo
3 3
 namespace RealPage\JsonApi\Lumen;
4 4
 
5 5
 use Illuminate\Support\ServiceProvider as IlluminateServiceProvider;
6
-use RealPage\JsonApi\MediaTypeGuard;
7 6
 use RealPage\JsonApi\EncoderService;
7
+use RealPage\JsonApi\MediaTypeGuard;
8 8
 
9 9
 class ServiceProvider extends IlluminateServiceProvider
10 10
 {
Please login to merge, or discard this patch.