@@ -92,7 +92,7 @@ |
||
92 | 92 | $processor->processPayload($this->introspectionQuery, []); |
93 | 93 | $resp = $processor->getResponseData(); |
94 | 94 | |
95 | - $enumTypes = array_filter($resp['data']['__schema']['types'], function($type){ |
|
95 | + $enumTypes = array_filter($resp['data']['__schema']['types'], function($type) { |
|
96 | 96 | return ($type['kind'] === 'ENUM'); |
97 | 97 | }); |
98 | 98 |