diff --git a/src/Curl/Curl.php b/src/Curl/Curl.php index 1f6b928..36049da 100644 --- a/src/Curl/Curl.php +++ b/src/Curl/Curl.php @@ -388,7 +388,7 @@ class Curl * @param $url * @param $data * - * @return string + * @return mixed Returns the value provided by exec. */ public function get($url, $data = array()) {