Completed
Push — master ( bb1b9f...121747 )
by Alexandr
05:24 queued 02:30
created
Tests/Issues/Issue171/Issue171Test.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.