X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FUtils%2FHttpClient.php;h=3a34e18970c665a5c3b3e68a6871ec71863c27f0;hb=1d315b34a5061bd49fd96a4398f953c6da5344b6;hp=0286c4f793263d50225ab2106091b1d7881bff8f;hpb=e6e3eea65e4505d58bed705bcae99f9a4c36d106;p=civicrm-core.git diff --git a/CRM/Utils/HttpClient.php b/CRM/Utils/HttpClient.php index 0286c4f793..3a34e18970 100644 --- a/CRM/Utils/HttpClient.php +++ b/CRM/Utils/HttpClient.php @@ -48,7 +48,8 @@ class CRM_Utils_HttpClient { } /** - * @param null $connectionTimeout + * @param int|null $connectionTimeout + * seconds; or NULL to use system default */ public function __construct($connectionTimeout = NULL) { $this->connectionTimeout = $connectionTimeout;