Skip to content

Commit 8fa349f

Browse files
nadaramouhzi
authored andcommitted
Update Curl.php (#50)
1 parent 2165e68 commit 8fa349f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Curl/Curl.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,8 @@ class Curl
9898
public $curl_error = false;
9999

100100
/**
101-
* @var int Contains the error code of the curren request, 0 means no error happend
101+
* @var int Contains the error code of the curren request, 0 means no error happend.
102+
* @see https://curl.haxx.se/libcurl/c/libcurl-errors.html
102103
*/
103104
public $curl_error_code = 0;
104105

0 commit comments

Comments
 (0)