Completed
Pull Request — master (#74)
by
unknown
06:21
created
src/Cache/FileStore.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -196,7 +196,7 @@
 block discarded – undo
196 196
     {
197 197
     	$key = strval($key);
198 198
 
199
-        $key  = $this->getActualCacheKey($key);
199
+        $key = $this->getActualCacheKey($key);
200 200
 	    $contents = $this->getCacheContents();
201 201
 	    $meta = isset($contents[$key]) ? $contents[$key] : [];
202 202
 
Please login to merge, or discard this patch.