@@ -540,9 +540,9 @@ |
||
| 540 | 540 | /** @var \Cmfcmf\OpenWeatherMap\AbstractCache $cache */ |
| 541 | 541 | $cache = $this->cacheClass; |
| 542 | 542 | $cache->setSeconds($this->seconds); |
| 543 | - $this->wasCached=false; |
|
| 543 | + $this->wasCached = false; |
|
| 544 | 544 | if ($cache->isCached($url)) { |
| 545 | - $this->wasCached=true; |
|
| 545 | + $this->wasCached = true; |
|
| 546 | 546 | return $cache->getCached($url); |
| 547 | 547 | } |
| 548 | 548 | $result = $this->fetcher->fetch($url); |