@@ -35,7 +35,7 @@ |
||
| 35 | 35 | public function getBody(): StreamInterface |
| 36 | 36 | { |
| 37 | 37 | $fp = new Stream(fopen($this->template, 'r')); |
| 38 | - if (isset($this->start) && $this->start>0) { |
|
| 38 | + if (isset($this->start) && $this->start > 0) { |
|
| 39 | 39 | return new LimitStream($fp, $this->length, $this->start); |
| 40 | 40 | } |
| 41 | 41 | return $fp; |