Passed
Push — master ( bb4653...2ab0f7 )
by Bruno
07:17
created
Formularium/Metadata.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -39,7 +39,7 @@  discard block
 block discarded – undo
39 39
     public function toMarkdown(): string
40 40
     {
41 41
         $args = array_map(
42
-            function (MetadataParameter $a) {
42
+            function(MetadataParameter $a) {
43 43
                 return $a->toMarkdown();
44 44
             },
45 45
             $this->args
@@ -63,7 +63,7 @@  discard block
 block discarded – undo
63 63
     public function toGraphql(): string
64 64
     {
65 65
         $args = array_map(
66
-            function (MetadataParameter $a) {
66
+            function(MetadataParameter $a) {
67 67
                 return $a->toGraphql();
68 68
             },
69 69
             $this->args
Please login to merge, or discard this patch.