@@ -64,7 +64,7 @@ |
||
64 | 64 | try { |
65 | 65 | if (null !== $this->cache) { |
66 | 66 | $now = new \DateTime(); |
67 | - $key = 'curr-curr-' . $now->format('YY-mm-dd'); |
|
67 | + $key = 'curr-curr-'.$now->format('YY-mm-dd'); |
|
68 | 68 | if (null === $responseBody = $this->cache->get($key)) { |
69 | 69 | $response = $this->performRequest(); |
70 | 70 | if ($this->cacheTimeInSeconds === self::CACHE_UNTIL_MIDNIGHT) { |