diff --git a/Cmfcmf/OpenWeatherMap.php b/Cmfcmf/OpenWeatherMap.php index e8aa4a8..bc61686 100644 --- a/Cmfcmf/OpenWeatherMap.php +++ b/Cmfcmf/OpenWeatherMap.php @@ -572,7 +572,8 @@ private function cacheOrFetchResult($url) $key = str_replace( ["{", "}", "(", ")", "/", "\\", "@", ":"], ["_", "_", "_", "_", "_", "_", "_", "_"], - $url); + $url + ); $item = $this->cache->getItem($key); if ($item->isHit()) { $this->wasCached = true;