Failed Conditions
Pull Request — master (#1)
by Max
03:22
created
src/Type/Definition/ValidatedFieldDefinition.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -183,7 +183,7 @@
 block discarded – undo
183 183
     }
184 184
 
185 185
     /**
186
-     * @return mixed|string|string[]|null
186
+     * @return string
187 187
      *
188 188
      * @throws ReflectionException
189 189
      */
Please login to merge, or discard this patch.
tests/Type/ValidatedFieldDefinition/InputObjectValidationTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,6 @@
 block discarded – undo
9 9
 use GraphQL\Type\Definition\InputObjectType;
10 10
 use GraphQL\Type\Definition\ObjectType;
11 11
 use GraphQL\Type\Definition\Type;
12
-use GraphQL\Type\Definition\UserErrorsType;
13 12
 use GraphQL\Type\Definition\ValidatedFieldDefinition;
14 13
 use GraphQL\Type\Schema;
15 14
 use PHPUnit\Framework\TestCase;
Please login to merge, or discard this patch.