We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c770e94 commit 25ec0c4Copy full SHA for 25ec0c4
Cmfcmf/OpenWeatherMap/Fetcher/CurlFetcher.php
@@ -35,7 +35,7 @@ class CurlFetcher implements FetcherInterface
35
* @param array $curlOptions The Curl options to use. See http://php.net/manual/de/function.curl-setopt.php
36
* for a list of available options.
37
*/
38
- public function __construct($curlOptions = [])
+ public function __construct($curlOptions = array())
39
{
40
$this->curlOptions = $curlOptions;
41
}
0 commit comments