Test Failed
Push — master ( 834911...5be5d8 )
by kill
04:18
created
core/helpers/Dispatch.php 1 patch
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -109,7 +109,7 @@
 block discarded – undo
109 109
 
110 110
         if($renderType=='json'){
111 111
             $response=json($res);
112
-        }elseif ($renderType=='xml'){
112
+        } elseif ($renderType=='xml'){
113 113
             //todo:: 支持xml格式化输出
114 114
             $response='don\'t support xml now!';
115 115
         }
Please login to merge, or discard this patch.