Skip to content

Commit e02ad7d

Browse files
committed
More CS fixes.
1 parent 3ef496c commit e02ad7d

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

Cmfcmf/OpenWeatherMap.php

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,9 @@ class OpenWeatherMap
7171
private $seconds;
7272

7373
/**
74-
* @var Bool True if the last call was fetched from cache, usefull for rate limits
74+
* @var bool
7575
*/
76-
private $wasCached=false;
76+
private $wasCached = false;
7777

7878
/**
7979
* @var FetcherInterface The url fetcher.
@@ -605,11 +605,9 @@ private function buildQueryUrlParameter($query)
605605
}
606606

607607
/**
608-
* Shows it the last result was fetched from cache
609-
*
608+
* Returns whether or not the last result was fetched from the cache.
610609
*
611610
* @return bool true if last result was fetched from cache, otherwise false.
612-
*
613611
*/
614612
public function wasCached()
615613
{

0 commit comments

Comments
 (0)