@@ -32,7 +32,7 @@ |
||
| 32 | 32 | */ |
| 33 | 33 | public function getTypesAsArray(): array |
| 34 | 34 | { |
| 35 | - return \array_map(function (SerializationInterface $node) { |
|
| 35 | + return \array_map(function(SerializationInterface $node) { |
|
| 36 | 36 | return $node->toArray(); |
| 37 | 37 | }, $this->types); |
| 38 | 38 | } |
@@ -33,7 +33,7 @@ |
||
| 33 | 33 | */ |
| 34 | 34 | public function getFieldsAsArray(): array |
| 35 | 35 | { |
| 36 | - return \array_map(function (SerializationInterface $node) { |
|
| 36 | + return \array_map(function(SerializationInterface $node) { |
|
| 37 | 37 | return $node->toArray(); |
| 38 | 38 | }, $this->fields); |
| 39 | 39 | } |
@@ -32,7 +32,7 @@ |
||
| 32 | 32 | */ |
| 33 | 33 | public function getValuesAsArray(): array |
| 34 | 34 | { |
| 35 | - return \array_map(function (SerializationInterface $node) { |
|
| 35 | + return \array_map(function(SerializationInterface $node) { |
|
| 36 | 36 | return $node->toArray(); |
| 37 | 37 | }, $this->values); |
| 38 | 38 | } |
@@ -38,7 +38,7 @@ |
||
| 38 | 38 | */ |
| 39 | 39 | public function getSelectionsAsArray(): array |
| 40 | 40 | { |
| 41 | - return \array_map(function (SerializationInterface $node) { |
|
| 41 | + return \array_map(function(SerializationInterface $node) { |
|
| 42 | 42 | return $node->toArray(); |
| 43 | 43 | }, $this->selections); |
| 44 | 44 | } |
@@ -33,7 +33,7 @@ |
||
| 33 | 33 | */ |
| 34 | 34 | public function getArgumentsAsArray(): array |
| 35 | 35 | { |
| 36 | - return \array_map(function (SerializationInterface $node) { |
|
| 36 | + return \array_map(function(SerializationInterface $node) { |
|
| 37 | 37 | return $node->toArray(); |
| 38 | 38 | }, $this->arguments); |
| 39 | 39 | } |
@@ -33,7 +33,7 @@ |
||
| 33 | 33 | */ |
| 34 | 34 | public function getInterfacesAsArray(): array |
| 35 | 35 | { |
| 36 | - return \array_map(function (SerializationInterface $node) { |
|
| 36 | + return \array_map(function(SerializationInterface $node) { |
|
| 37 | 37 | return $node->toArray(); |
| 38 | 38 | }, $this->interfaces); |
| 39 | 39 | } |
@@ -33,7 +33,7 @@ |
||
| 33 | 33 | */ |
| 34 | 34 | public function getFieldsAsArray(): array |
| 35 | 35 | { |
| 36 | - return \array_map(function (SerializationInterface $node) { |
|
| 36 | + return \array_map(function(SerializationInterface $node) { |
|
| 37 | 37 | return $node->toArray(); |
| 38 | 38 | }, $this->fields); |
| 39 | 39 | } |
@@ -33,7 +33,7 @@ |
||
| 33 | 33 | */ |
| 34 | 34 | public function getFieldsAsArray(): array |
| 35 | 35 | { |
| 36 | - return \array_map(function (SerializationInterface $node) { |
|
| 36 | + return \array_map(function(SerializationInterface $node) { |
|
| 37 | 37 | return $node->toArray(); |
| 38 | 38 | }, $this->fields); |
| 39 | 39 | } |
@@ -30,7 +30,7 @@ |
||
| 30 | 30 | */ |
| 31 | 31 | public function getDirectivesAsArray(): array |
| 32 | 32 | { |
| 33 | - return \array_map(function (DirectiveNode $directive) { |
|
| 33 | + return \array_map(function(DirectiveNode $directive) { |
|
| 34 | 34 | return $directive->toArray(); |
| 35 | 35 | }, $this->directives); |
| 36 | 36 | } |