@@ -84,7 +84,9 @@ |
||
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) { |