@@ -77,7 +77,7 @@ |
||
77 | 77 | ?TypeInterface $initialType = null |
78 | 78 | ) { |
79 | 79 | $this->schema = $schema; |
80 | - $this->getFieldDefinitionFunction = $getFieldDefinitionFunction ?? function ( |
|
80 | + $this->getFieldDefinitionFunction = $getFieldDefinitionFunction ?? function( |
|
81 | 81 | Schema $schema, |
82 | 82 | TypeInterface $parentType, |
83 | 83 | FieldNode $fieldNode |