Completed
Push — master ( c7f3c1...18a515 )
by Alexandr
17:08
created
examples/02_blog_inline/inline-schema.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -1,7 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 namespace BlogTest;
3 3
 
4
-use Youshido\GraphQL\Type\NonNullType;
5 4
 use Youshido\GraphQL\Type\Object\ObjectType;
6 5
 use Youshido\GraphQL\Type\Scalar\BooleanType;
7 6
 use Youshido\GraphQL\Type\Scalar\IntType;
Please login to merge, or discard this patch.
examples/02_blog/Schema/LikePost.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,6 @@
 block discarded – undo
12 12
 use Youshido\GraphQL\Type\AbstractType;
13 13
 use Youshido\GraphQL\Type\Config\Object\UnionTypeConfig;
14 14
 use Youshido\GraphQL\Type\Config\Traits\ConfigCallTrait;
15
-use Youshido\GraphQL\Type\Config\TypeConfigInterface;
16 15
 use Youshido\GraphQL\Type\Traits\AutoNameTrait;
17 16
 use Youshido\GraphQL\Type\TypeMap;
18 17
 
Please login to merge, or discard this patch.