Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze authored and github-actions[bot] committed Nov 20, 2023
1 parent 7922296 commit 8e6547f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ protected function getCurlHandleForUrl(string $method, string $url)

protected function getCurlHandle(string $method, string $fullUrl)
{
if (!$this->curlHandle) {
if (! $this->curlHandle) {
$this->curlHandle = curl_init();
}

Expand Down

0 comments on commit 8e6547f

Please sign in to comment.