Skip to content
This repository has been archived by the owner on Oct 16, 2018. It is now read-only.

Commit

Permalink
updated class description
Browse files Browse the repository at this point in the history
  • Loading branch information
mogetutu committed Nov 18, 2013
1 parent 1842683 commit b35e41f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions libraries/Curl.php
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
<?php
/**
* Laravel Curl Class
* Simple Curl Library
*
* Work with remote servers via cURL much easier than using the native PHP bindings.
*
* @category Libraries
* @package Laravel
* @package Curl
* @subpackage Libraries
* @author Philip Sturgeon <[email protected]>
* @author Isaak Mogetutu <[email protected]>
* @license http://philsturgeon.co.uk/code/dbad-license dbad-license
* @link http://philsturgeon.co.uk/code/Codeigniter-curl
* @link https://github.com/mogetutu/laravel-curl/
*/
class Curl
{
Expand Down Expand Up @@ -332,7 +332,7 @@ public function execute()

$this->error_code = $errno;
$this->error_string = $error;

$this->last_response = $this->response;

return false;
Expand Down

0 comments on commit b35e41f

Please sign in to comment.