Completed
Push — master ( bae6cf...6115ea )
by Arnold
02:53
created
src/View/PHP.php 2 patches
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -45,7 +45,7 @@
 block discarded – undo
45 45
      */
46 46
     public function getPath()
47 47
     {
48
-       return $this->path; 
48
+        return $this->path; 
49 49
     }
50 50
     
51 51
     /**
Please login to merge, or discard this 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.