Skip to content

Commit

Permalink
Update Curl.php (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
nadar authored and amouhzi committed Aug 18, 2018
1 parent 2165e68 commit 8fa349f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Curl/Curl.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 8fa349f

Please sign in to comment.