Completed
Push — master ( df9a93...1c763f )
by Rafael
04:17
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.
src/Form/Type/IDType.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -84,7 +84,7 @@
 block discarded – undo
84 84
         $resolver->setDefault('alternative_id', null);
85 85
         $resolver->setNormalizer(
86 86
             'alternative_id',
87
-            function (Options $options, $value) {
87
+            function(Options $options, $value) {
88 88
                 if ($value && !$options->offsetGet('class')) {
89 89
                     throw new InvalidArgumentException('Can\'t set the option "alternative_id" without define a valid "class"');
90 90
                 }
Please login to merge, or discard this patch.