Completed
Push — master ( 9563e0...7e0ae8 )
by Raffael
02:11
created
src/Http/Response.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -190,7 +190,7 @@
 block discarded – undo
190 190
             $this->terminate();
191 191
         }
192 192
         
193
-        if($this->body instanceof Closure) {
193
+        if ($this->body instanceof Closure) {
194 194
             $body = $this->body();
195 195
         } else {
196 196
             $body = $this->body;
Please login to merge, or discard this patch.