We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2165e68 commit 8fa349fCopy full SHA for 8fa349f
src/Curl/Curl.php
@@ -98,7 +98,8 @@ class Curl
98
public $curl_error = false;
99
100
/**
101
- * @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.
102
+ * @see https://curl.haxx.se/libcurl/c/libcurl-errors.html
103
*/
104
public $curl_error_code = 0;
105
0 commit comments