Passed
Push — dev ( 93089e...aa56e6 )
by 世昌
02:45 queued 10s
created
suda/src/framework/cache/FileCache.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -134,7 +134,7 @@
 block discarded – undo
134 134
     protected function getFilePath(string $name)
135 135
     {
136 136
         $path = md5($name);
137
-        $savePath = $this->path.'/'.substr($path, 0,2);
137
+        $savePath = $this->path.'/'.substr($path, 0, 2);
138 138
         FileSystem::make($savePath);
139 139
         return $savePath.'/'.$path.'.cache';
140 140
     }
Please login to merge, or discard this patch.