Test Failed
Push — master ( 9fa0b4...c1a156 )
by Kirill
06:08 queued 03:03
created
src/Compiler/Builder/Dependent/FieldBuilder.php 1 patch
Upper-Lower-Casing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -44,7 +44,7 @@
 block discarded – undo
44 44
             $this->shouldBeTypeOf($field, $field->getDefinition(), [
45 45
                 Type::SCALAR,
46 46
                 Type::OBJECT,
47
-                Type::INTERFACE,
47
+                Type::interface,
48 48
                 Type::UNION,
49 49
                 Type::ENUM,
50 50
                 Type::ANY,
Please login to merge, or discard this patch.