Skip to content

Commit

Permalink
More CS fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
cmfcmf committed Dec 8, 2015
1 parent 3ef496c commit e02ad7d
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions Cmfcmf/OpenWeatherMap.php
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,9 @@ class OpenWeatherMap
private $seconds;

/**
* @var Bool True if the last call was fetched from cache, usefull for rate limits
* @var bool
*/
private $wasCached=false;
private $wasCached = false;

/**
* @var FetcherInterface The url fetcher.
Expand Down Expand Up @@ -605,11 +605,9 @@ private function buildQueryUrlParameter($query)
}

/**
* Shows it the last result was fetched from cache
*
* Returns whether or not the last result was fetched from the cache.
*
* @return bool true if last result was fetched from cache, otherwise false.
*
*/
public function wasCached()
{
Expand Down

0 comments on commit e02ad7d

Please sign in to comment.