Completed
Push — master ( 6fd5f2...179b7b )
by Rafael
07:12
created
src/Controller/GraphQLEndpointController.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -183,7 +183,7 @@
 block discarded – undo
183 183
 
184 184
             $result->setErrorFormatter([$formatter, 'format']);
185 185
             $result->setErrorsHandler(
186
-                function ($errors) use ($handler, $formatter) {
186
+                function($errors) use ($handler, $formatter) {
187 187
                     return $handler->handle($errors, $formatter, $this->getDebugMode());
188 188
                 }
189 189
             );
Please login to merge, or discard this patch.