Completed
Pull Request — master (#32)
by
unknown
02:37
created
src/Middleware/Whoops.php 1 patch
Braces   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -84,7 +84,9 @@
 block discarded – undo
84 84
 
85 85
             $response = $response->withStatus(500)->withBody($body);
86 86
 
87
-            while (ob_get_level()) ob_end_clean();
87
+            while (ob_get_level()) {
88
+                ob_end_clean();
89
+            }
88 90
         }
89 91
 
90 92
         if ($this->catchErrors) {
Please login to merge, or discard this patch.