@@ -13,7 +13,7 @@ |
||
13 | 13 | $processor->processPayload($this->getIntrospectionQuery(), []); |
14 | 14 | $resp = $processor->getResponseData(); |
15 | 15 | |
16 | - $enumTypes = array_filter($resp['data']['__schema']['types'], function($type){ |
|
16 | + $enumTypes = array_filter($resp['data']['__schema']['types'], function($type) { |
|
17 | 17 | return ($type['kind'] === 'ENUM'); |
18 | 18 | }); |
19 | 19 |