Skip to content

Commit 25ec0c4

Browse files
committed
PHP 5.3 compatibility.
1 parent c770e94 commit 25ec0c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cmfcmf/OpenWeatherMap/Fetcher/CurlFetcher.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ class CurlFetcher implements FetcherInterface
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
*/
38-
public function __construct($curlOptions = [])
38+
public function __construct($curlOptions = array())
3939
{
4040
$this->curlOptions = $curlOptions;
4141
}

0 commit comments

Comments
 (0)