@@ -78,7 +78,7 @@ |
||
78 | 78 | $this->schema = $schema; |
79 | 79 | $this->getFieldDefinitionFunction = null !== $getFieldDefinitionFunction |
80 | 80 | ? $getFieldDefinitionFunction |
81 | - : function (SchemaInterface $schema, TypeInterface $parentType, FieldNode $fieldNode) { |
|
81 | + : function(SchemaInterface $schema, TypeInterface $parentType, FieldNode $fieldNode) { |
|
82 | 82 | return getFieldDefinition($schema, $parentType, $fieldNode); |
83 | 83 | }; |
84 | 84 |
@@ -106,7 +106,7 @@ |
||
106 | 106 | if (null !== $fieldOrDirective) { |
107 | 107 | $argumentDefinition = find( |
108 | 108 | $fieldOrDirective->getArguments(), |
109 | - function (Argument $argument) use ($node) { |
|
109 | + function(Argument $argument) use ($node) { |
|
110 | 110 | return $argument->getName() === $node->getNameValue(); |
111 | 111 | } |
112 | 112 | ); |