From 8fa349f9f82f8d892137fe87239a70b0d358d160 Mon Sep 17 00:00:00 2001 From: Basil Date: Sat, 18 Aug 2018 17:32:01 +0200 Subject: [PATCH] Update Curl.php (#50) --- src/Curl/Curl.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Curl/Curl.php b/src/Curl/Curl.php index 2215d1c..919c2fb 100644 --- a/src/Curl/Curl.php +++ b/src/Curl/Curl.php @@ -98,7 +98,8 @@ class Curl public $curl_error = false; /** - * @var int Contains the error code of the curren request, 0 means no error happend + * @var int Contains the error code of the curren request, 0 means no error happend. + * @see https://curl.haxx.se/libcurl/c/libcurl-errors.html */ public $curl_error_code = 0;