Skip to content

Commit 0418af4

Browse files
committed
Merge pull request #59 from cmfcmf/analysis-8L311n
Applied fixes from StyleCI
2 parents 76b8a71 + 1d1a4df commit 0418af4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cmfcmf/OpenWeatherMap.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -606,7 +606,7 @@ private function buildQueryUrlParameter($query)
606606

607607
/**
608608
* Returns whether or not the last result was fetched from the cache.
609-
*
609+
*
610610
* @return bool true if last result was fetched from cache, otherwise false.
611611
*/
612612
public function wasCached()

Cmfcmf/OpenWeatherMap/Fetcher/CurlFetcher.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@
2525
class CurlFetcher implements FetcherInterface
2626
{
2727
/**
28-
* @var array The Curl options to use.
28+
* @var array The Curl options to use.
2929
*/
3030
private $curlOptions;
3131

3232
/**
3333
* Create a new CurlFetcher instance.
34-
*
34+
*
3535
* @param array $curlOptions The Curl options to use. See http://php.net/manual/de/function.curl-setopt.php
3636
* for a list of available options.
3737
*/

0 commit comments

Comments
 (0)