Completed
Pull Request — master (#172)
by Gareth
02:47
created
Tests/Issues/Issue171/Issue171Test.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -92,7 +92,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.