Completed
Push — master ( c1d3e6...11eb7b )
by Portey
07:42
created
src/Definition/InputValueListType.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -26,7 +26,7 @@
 block discarded – undo
26 26
             return [];
27 27
         }
28 28
 
29
-        if($value instanceof Field) {
29
+        if ($value instanceof Field) {
30 30
             /** @var $value Field */
31 31
             if ($value->getConfig()->getType() instanceof AbstractScalarType) {
32 32
                 return [];
Please login to merge, or discard this patch.