diff --git a/src/Services/HttpClient.php b/src/Services/HttpClient.php index 381f663..1046a3c 100644 --- a/src/Services/HttpClient.php +++ b/src/Services/HttpClient.php @@ -11,6 +11,8 @@ class HttpClient * @param string $url * @param array $data * @param array $headers + * @param int $timeout + * @param bool $verify * @return \Psr\Http\Message\ResponseInterface|\Illuminate\Http\Client\Response|array */ public function httpPost(string $url, array $data = [], array $headers = [], int $timeout = 10, bool $verify = false)