diff --git a/lib/Client.php b/lib/Client.php index e2d80a8..4c7e2b2 100644 --- a/lib/Client.php +++ b/lib/Client.php @@ -217,12 +217,6 @@ public function poll(): bool if ($status && CURLMSG_DONE === $status['msg']) { $resourceId = (int) $status['handle']; - /** - * @var RequestInterface $request - * @var callable $successCallback - * @var callable $errorCallback - * @var int $retryCount - */ list( $request, $successCallback, @@ -360,7 +354,7 @@ protected function doRequest(RequestInterface $request): ResponseInterface * Has a list of curl handles, as well as their associated success and * error callbacks. * - * @var array + * @var array */ private array $curlMultiMap = [];