Passed
Push — release ( 07d039...cb0359 )
by Henry
08:09 queued 05:18
created
src/Responders/MediaBuilder.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -35,7 +35,7 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.