Completed
Push — master ( 875ce0...627de1 )
by Alexandr
02:46
created
src/Schema/AbstractSchema.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -30,7 +30,7 @@
 block discarded – undo
30 30
             $config['mutation'] = new InternalSchemaMutationObject(['name' => $this->getName($config) . 'Mutation']);
31 31
         }
32 32
         if (!array_key_exists('types', $config)) {
33
-          $config['types'] = [];
33
+            $config['types'] = [];
34 34
         }
35 35
 
36 36
         $this->config = new SchemaConfig($config, $this);
Please login to merge, or discard this patch.