Completed
Push — master ( 8434f0...9cc935 )
by Quang
04:49 queued 02:03
created
src/Type/Definition/ResolveTypeTrait.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -16,7 +16,7 @@
 block discarded – undo
16 16
      */
17 17
     public function resolveType(...$args)
18 18
     {
19
-        if(isset($this->resolveTypeFunction)) {
19
+        if (isset($this->resolveTypeFunction)) {
20 20
             return \call_user_func_array($this->resolveTypeFunction, $args);
21 21
         }
22 22
 
Please login to merge, or discard this patch.