diff --git a/CurlClient.php b/CurlClient.php index 44d6e1d..d2763ea 100644 --- a/CurlClient.php +++ b/CurlClient.php @@ -151,8 +151,8 @@ class CurlClient extends ClientAbstracts * @return void * @throws Exception */ - private function retry() - { + private function retry(): void + { if (Context::increment('retry') <= $this->retryNum) { sleep($this->retryTimeout);