@@ -45,7 +45,7 @@ |
||
| 45 | 45 | */ |
| 46 | 46 | public function getPath() |
| 47 | 47 | { |
| 48 | - return $this->path; |
|
| 48 | + return $this->path; |
|
| 49 | 49 | } |
| 50 | 50 | |
| 51 | 51 | /** |
@@ -149,7 +149,7 @@ |
||
| 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 | |