Skip to content

Commit

Permalink
php 8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Artemeey authored Nov 28, 2024
1 parent bb64cf5 commit c448711
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PDO_CH.php
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ protected function setCurlOptions(string $query, array $queryOptions, array $cur
curl_setopt($this->curlHundler, CURLOPT_URL, $url);
}

protected function genUrl(array $queryOptions = NULL){
protected function genUrl(?array $queryOptions = NULL){
$url = $this->dsn;
if($queryOptions) $url .= '/?'.http_build_query($queryOptions);

Expand Down

0 comments on commit c448711

Please sign in to comment.