Completed
Pull Request — master (#187)
by
unknown
17s
created
src/Caching/PhpFileStorage.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -55,12 +55,12 @@
 block discarded – undo
55 55
 	{
56 56
 		$cacheKey = substr_replace(
57 57
 			$key,
58
-			trim(strtr($this->hint, '\\/@', '.._'), '.') . '-',
58
+			trim(strtr($this->hint, '\\/@', '.._'), '.').'-',
59 59
 			strpos($key, self::NS_SEPARATOR) + 1,
60 60
 			0
61 61
 		);
62 62
 
63
-		return parent::getCacheFile($cacheKey) . '.php';
63
+		return parent::getCacheFile($cacheKey).'.php';
64 64
 	}
65 65
 
66 66
 }
Please login to merge, or discard this patch.