Completed
Push — master ( c3d4cc...70056a )
by Alexandr
9s
created
src/Introspection/QueryType.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -120,7 +120,7 @@
 block discarded – undo
120 120
             $schema = $info->getExecutionContext()->getSchema();
121 121
             $this->collectTypes($schema->getQueryType());
122 122
             foreach ($schema->getTypesList()->getTypes() as $type) {
123
-              $this->collectTypes($type);
123
+                $this->collectTypes($type);
124 124
             }
125 125
 
126 126
             $possibleTypes = [];
Please login to merge, or discard this patch.