Completed
Pull Request — master (#214)
by Thomas
04:52
created
Tests/Issues/Issue193/Issue193Test.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -21,7 +21,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.