Completed
Pull Request — master (#122)
by Sebastian
03:27
created
src/Introspection/QueryType.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -119,7 +119,7 @@
 block discarded – undo
119 119
         if ($value->getKind() == TypeMap::KIND_INTERFACE) {
120 120
             $this->collectTypes($info->getExecutionContext()->getSchema()->getQueryType());
121 121
             foreach ($schema->getTypesList()->getTypes() as $type) {
122
-              $this->collectTypes($type);
122
+                $this->collectTypes($type);
123 123
             }
124 124
 
125 125
             $possibleTypes = [];
Please login to merge, or discard this patch.