Completed
Push — 2.0 ( 690f5b...db6f10 )
by Kirill
05:50
created
server/app/Services/DataProviders/LaravelNewsDataProvider.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -56,7 +56,7 @@
 block discarded – undo
56 56
     }
57 57
 
58 58
     /**
59
-     * @return \Generator|ExternalArticle[]
59
+     * @return \Generator
60 60
      * @throws \RuntimeException
61 61
      */
62 62
     private function getArticles(): \Generator
Please login to merge, or discard this patch.
server/app/Services/DataProviders/Manager.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -67,7 +67,7 @@
 block discarded – undo
67 67
     }
68 68
 
69 69
     /**
70
-     * @return \Generator|DataProviderInterface[]
70
+     * @return \Generator
71 71
      */
72 72
     public function getIterator(): \Generator
73 73
     {
Please login to merge, or discard this patch.
server/app/GraphQL/Queries/AuthQuery.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -11,7 +11,6 @@
 block discarded – undo
11 11
 use App\Services\TokenAuth;
12 12
 use Illuminate\Support\Arr;
13 13
 use GraphQL\Type\Definition\Type;
14
-use App\GraphQL\Types\AuthUserType;
15 14
 use Illuminate\Contracts\Auth\Guard;
16 15
 use GraphQL\Type\Definition\ObjectType;
17 16
 use Illuminate\Contracts\Auth\StatefulGuard;
Please login to merge, or discard this patch.
server/app/GraphQL/Queries/DocsQuery.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,6 @@
 block discarded – undo
9 9
 namespace App\GraphQL\Queries;
10 10
 
11 11
 use App\Models\Docs;
12
-use App\GraphQL\Types\DocsType;
13 12
 use GraphQL\Type\Definition\Type;
14 13
 use Illuminate\Database\Eloquent\Builder;
15 14
 use Illuminate\Support\Collection;
Please login to merge, or discard this patch.
server/app/GraphQL/Queries/TagsQuery.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -11,7 +11,6 @@
 block discarded – undo
11 11
 namespace App\GraphQL\Queries;
12 12
 
13 13
 use App\Models\Tag;
14
-use App\GraphQL\Types\TagType;
15 14
 use GraphQL\Type\Definition\Type;
16 15
 use Illuminate\Support\Collection;
17 16
 use GraphQL\Type\Definition\ListOfType;
Please login to merge, or discard this patch.
server/app/GraphQL/Feature/Paginator/PaginatorConfiguration.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -8,7 +8,6 @@
 block discarded – undo
8 8
 
9 9
 namespace App\GraphQL\Feature\Paginator;
10 10
 
11
-use GraphQL\Type\Definition\Type;
12 11
 use Illuminate\Support\Collection;
13 12
 use Illuminate\Database\Eloquent\Builder;
14 13
 use App\GraphQL\Serializers\RawSerializer;
Please login to merge, or discard this patch.