easy-curl update

This commit is contained in:
kremsy
2015-01-19 11:15:52 +01:00
parent a37287a3a6
commit 8eefa537c0
5 changed files with 19 additions and 37 deletions

View File

@ -12,8 +12,6 @@ class Response
*
* @param Request $request Request
* @param string $content Content of reponse
*
* @return void
*/
public function __construct(Request $request, $content = null)
{
@ -31,7 +29,6 @@ class Response
* the following elements (which correspond to opt), or FALSE on failure.
*
* @param int $key One of the CURLINFO_* constants
*
* @return mixed
*/
public function getInfo($key = null)
@ -53,7 +50,6 @@ class Response
* Sets error instance
*
* @param Error $error Error to set
*
* @return void
*/
public function setError(Error $error)