@@ -21,7 +21,7 @@ |
||
| 21 | 21 | $processor->processPayload($this->getIntrospectionQuery(), []); |
| 22 | 22 | $resp = $processor->getResponseData(); |
| 23 | 23 | |
| 24 | - $typeNames = array_map(function ($type) { |
|
| 24 | + $typeNames = array_map(function($type) { |
|
| 25 | 25 | return $type['name']; |
| 26 | 26 | }, $resp['data']['__schema']['types']); |
| 27 | 27 | |