Passed
Push — master ( 9da6fd...0354d3 )
by Rafael
05:30
created
src/Controller/GraphQLEndpointController.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -206,7 +206,7 @@
 block discarded – undo
206 206
 
207 207
             $result->setErrorFormatter([$formatter, 'format']);
208 208
             $result->setErrorsHandler(
209
-                function ($errors) use ($handler, $formatter, $debugFlags) {
209
+                function($errors) use ($handler, $formatter, $debugFlags) {
210 210
                     return $handler->handle($errors, $formatter, $debugFlags);
211 211
                 }
212 212
             );
Please login to merge, or discard this patch.