Passed
Push — develop ( d80990...7b5a91 )
by nguereza
24:22 queued 22:43
created
src/Adapter/Local/AbstractLocal.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -172,7 +172,7 @@
 block discarded – undo
172 172
     */
173 173
     public function getMtime(): int
174 174
     {
175
-        $time  = filemtime($this->path);
175
+        $time = filemtime($this->path);
176 176
         return $time !== false ? $time : -1;
177 177
     }
178 178
 
Please login to merge, or discard this patch.