Passed
Push — master ( 7dd13a...e466d3 )
by y
06:57
created
src/Site/Response.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -156,7 +156,7 @@
 block discarded – undo
156 156
         flock($fh, LOCK_SH);
157 157
         $size = filesize($path);
158 158
         $this->setTimestamp(filemtime($path));
159
-        $this['ETag'] = $eTag = (string)filemtime($path);
159
+        $this['ETag'] = $eTag = (string) filemtime($path);
160 160
         $this['Accept-Ranges'] = 'bytes';
161 161
         if ($download) {
162 162
             $this['Content-Disposition'] = sprintf('attachment; filename="%s"', basename($path));
Please login to merge, or discard this patch.