Passed
Push — develop ( ecda65...3c7d3f )
by nguereza
06:29 queued 04:56
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.