Passed
Push — master ( 7f6d98...9ff49c )
by Bruno
05:47
created
Modelarium/Laravel/Datatypes/Datatype_relationship.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -55,7 +55,7 @@
 block discarded – undo
55 55
          */
56 56
         $formulariumModel = call_user_func("$model::getFormularium"); /** @phpstan-ignore-line */
57 57
         $graphqlQuery = $formulariumModel->mapFields(
58
-            function (Field $f) {
58
+            function(Field $f) {
59 59
                 return \Modelarium\Frontend\Util::fieldShow($f) ? $f->toGraphqlQuery([self::RECURSE => false]) : null;
60 60
             }
61 61
         );
Please login to merge, or discard this patch.