Skip to content

Commit 01c8bfd

Browse files
authored
Apply fixes from StyleCI (#152)
1 parent 93db0a0 commit 01c8bfd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Cmfcmf/OpenWeatherMap.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -572,7 +572,8 @@ private function cacheOrFetchResult($url)
572572
$key = str_replace(
573573
["{", "}", "(", ")", "/", "\\", "@", ":"],
574574
["_", "_", "_", "_", "_", "_", "_", "_"],
575-
$url);
575+
$url
576+
);
576577
$item = $this->cache->getItem($key);
577578
if ($item->isHit()) {
578579
$this->wasCached = true;

0 commit comments

Comments
 (0)