Completed
Pull Request — 6.0 (#2162)
by
unknown
11:18
created
src/think/View.php 1 patch
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -120,7 +120,7 @@
 block discarded – undo
120 120
         // 渲染输出
121 121
         try {
122 122
             $callback();
123
-        }catch (\think\exception\HttpResponseException $e) {
123
+        } catch (\think\exception\HttpResponseException $e) {
124 124
             throw $e;
125 125
         } catch (\Exception $e) {
126 126
             ob_end_clean();
Please login to merge, or discard this patch.