Test Failed
Push — master ( 5be5d8...a80515 )
by kill
03:34 queued 52s
created
core/helpers/Dispatch.php 1 patch
Braces   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -109,10 +109,10 @@
 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
-        }elseif ($renderType==""){
115
+        } elseif ($renderType==""){
116 116
             if(is_array($res)||is_object($res)){
117 117
                 $response=json($res);
118 118
             }
Please login to merge, or discard this patch.