Passed
Push — master ( f7ac2f...0980e1 )
by Bruno
03:22
created
Modelarium/Laravel/Datatypes/Datatype_relationship.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -64,7 +64,7 @@  discard block
 block discarded – undo
64 64
                 $graphqlQuery = array_merge(
65 65
                     $graphqlQuery,
66 66
                     $formulariumModel->mapFields(
67
-                        function (Field $f) {
67
+                        function(Field $f) {
68 68
                             return $f->toGraphqlQuery([self::RECURSE => false]);
69 69
                         }
70 70
                     )
@@ -77,7 +77,7 @@  discard block
 block discarded – undo
77 77
              */
78 78
             $formulariumModel = call_user_func("$model::getFormularium"); /** @phpstan-ignore-line */
79 79
             $graphqlQuery = $formulariumModel->mapFields(
80
-                function (Field $f) {
80
+                function(Field $f) {
81 81
                     return \Modelarium\Frontend\Util::fieldShow($f) ? $f->toGraphqlQuery([self::RECURSE => false]) : null;
82 82
                 }
83 83
             );
Please login to merge, or discard this patch.