Skip to content

Commit 9219b77

Browse files
[2026-05-27] - Sync content (26501629796) (#70)
> [!NOTE] > This PR copies content from the source repo. > Source repo commit [bac4c53](shoptet/cms4@bac4c53) **List of changes:** - Improve code compatibility with php 8.5 - [curl_close() DEPRECATION](https://php.watch/versions/8.5/curl_close-curl_share_close-deprecated) Co-authored-by: RiKap <6736715+RiKap@users.noreply.github.com>
1 parent 2be886f commit 9219b77

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/HttpClient/CurlClient.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,6 @@ protected function logResponse(Endpoint $endpoint, array $headers, int $statusCo
341341
protected function closeCurlHandle(): void
342342
{
343343
if ($this->handle !== null) {
344-
\curl_close($this->handle);
345344
$this->handle = null;
346345
}
347346
}

0 commit comments

Comments
 (0)