Passed
Push — master ( 7cf87e...f83c5a )
by Christoffer
02:19
created
src/Validation/Rule/KnownArgumentNamesRule.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -35,7 +35,7 @@  discard block
 block discarded – undo
35 35
                                     (string)$parentType,
36 36
                                     suggestionList(
37 37
                                         $node->getNameValue(),
38
-                                        array_map(function (Argument $argument) {
38
+                                        array_map(function(Argument $argument) {
39 39
                                             return $argument->getName();
40 40
                                         }, $fieldDefinition->getArguments())
41 41
                                     )
@@ -55,7 +55,7 @@  discard block
 block discarded – undo
55 55
                                     (string)$directive,
56 56
                                     suggestionList(
57 57
                                         (string)$node,
58
-                                        array_map(function (Argument $argument) {
58
+                                        array_map(function(Argument $argument) {
59 59
                                             return $argument->getName();
60 60
                                         }, $directive->getArguments())
61 61
                                     )
Please login to merge, or discard this patch.