Completed
Pull Request — master (#31)
by Sebastian
06:26 queued 02:32
created
src/Introspection/QueryType.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -36,7 +36,7 @@
 block discarded – undo
36 36
     public static function resolveOfType(AbstractType $value)
37 37
     {
38 38
         if ($value instanceof CompositeTypeInterface) {
39
-           return $value->getTypeOf();
39
+            return $value->getTypeOf();
40 40
         }
41 41
 
42 42
         return null;
Please login to merge, or discard this patch.