Completed
Push — master ( bae6cf...6115ea )
by Arnold
02:53
created
src/View/PHP.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -149,7 +149,7 @@
 block discarded – undo
149 149
         
150 150
         $body = $response->getBody();
151 151
         
152
-        ob_start(function ($buffer) use ($body) {
152
+        ob_start(function($buffer) use ($body) {
153 153
             $body->write($buffer);
154 154
         });
155 155
         
Please login to merge, or discard this patch.