diff --git a/src/ClientAbstracts.php b/src/ClientAbstracts.php index 00efb0b..376787c 100644 --- a/src/ClientAbstracts.php +++ b/src/ClientAbstracts.php @@ -68,7 +68,7 @@ abstract class ClientAbstracts implements IClient /** - * @var resource|\Swoole\Coroutine\Http\Client|\Swoole\Client + * @var resource|\Swoole\Coroutine\Http\Client|\Swoole\Client|\CurlHandle */ protected mixed $client; diff --git a/src/Curl.php b/src/Curl.php index 6995fd9..1d9c3fa 100644 --- a/src/Curl.php +++ b/src/Curl.php @@ -54,7 +54,6 @@ class Curl extends ClientAbstracts if ($isHttps !== FALSE) { $this->curlHandlerSslSet(); } - var_dump($this->client); $contents = $this->getData()->getContents(); if (empty($params) && empty($contents)) { return;