From 2e4a868a395bb9a282576d272ad4734e2239f060 Mon Sep 17 00:00:00 2001 From: Chengke Sun Date: Wed, 11 May 2016 21:20:31 +0800 Subject: [PATCH] Update Curl.php --- src/Curl/Curl.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Curl/Curl.php b/src/Curl/Curl.php index 313deed..c965ae2 100644 --- a/src/Curl/Curl.php +++ b/src/Curl/Curl.php @@ -697,7 +697,7 @@ class Curl { $this->setOpt(CURLOPT_CONNECTTIMEOUT, $seconds); } - + /** * Set Cookie String * @@ -716,7 +716,7 @@ class Curl } } } - + /** * Set Cookie File *