This commit is contained in:
2026-07-03 15:59:49 +08:00
parent c31211a6fa
commit b96bd159d3
+1 -1
View File
@@ -186,7 +186,7 @@ class CurlClient extends ClientAbstracts
*/
public function close(): void
{
if (PHP_VERSION < 80000) {
if (PHP_VERSION < '8.0') {
curl_close($this->client);
}
}