@@ -55,12 +55,12 @@ |
||
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 | } |