Passed
Pull Request — master (#209)
by Christoffer
02:13
created
src/Schema/DefinitionPrinter.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -155,7 +155,7 @@
 block discarded – undo
155 155
 
156 156
         return printLines([
157 157
             'schema {\n',
158
-              printLines($operationTypes),
158
+                printLines($operationTypes),
159 159
             '}'
160 160
         ]);
161 161
     }
Please login to merge, or discard this patch.