Test Failed
Push — feature-laravel-5.4 ( 556e60...89a18e )
by Kirill
03:48
created
app/Models/DocsPage/ContentObserver.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -10,7 +10,6 @@
 block discarded – undo
10 10
 namespace App\Models\DocsPage;
11 11
 
12 12
 use App\Models\DocsPage;
13
-
14 13
 use Service\ContentRenderer\Anchors\Parser;
15 14
 use Service\ContentRenderer\RenderersRepository;
16 15
 use Service\ContentRenderer\Anchors\ProcessedBody;
Please login to merge, or discard this patch.
app/Http/Middleware/ApiAuthenticate.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -16,11 +16,9 @@
 block discarded – undo
16 16
 use Illuminate\Http\Response;
17 17
 use Illuminate\Support\Arr;
18 18
 use Symfony\Component\HttpKernel\Exception\BadRequestHttpException;
19
-use Symfony\Component\HttpKernel\Exception\UnauthorizedHttpException;
20 19
 use Symfony\Component\HttpKernel\Exception\UnprocessableEntityHttpException;
21 20
 use Tymon\JWTAuth\Exceptions\JWTException;
22 21
 use Tymon\JWTAuth\Exceptions\TokenExpiredException;
23
-use Tymon\JWTAuth\Exceptions\TokenInvalidException;
24 22
 use Tymon\JWTAuth\Providers\JWT\JWTInterface;
25 23
 
26 24
 /**
Please login to merge, or discard this patch.
app/GraphQL/Queries/DocsQuery.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -17,7 +17,6 @@
 block discarded – undo
17 17
 use Folklore\GraphQL\Support\Query;
18 18
 use GraphQL\Type\Definition\ListOfType;
19 19
 use App\GraphQL\Queries\Support\QueryLimit;
20
-use App\GraphQL\Serializers\ArticleSerializer;
21 20
 
22 21
 /**
23 22
  * Class DocsQuery.
Please login to merge, or discard this patch.