diff --git a/examples/cookie_jar.php b/examples/cookie_jar.php index 5ac3556f6..9887d5168 100644 --- a/examples/cookie_jar.php +++ b/examples/cookie_jar.php @@ -11,7 +11,7 @@ // Now let's make a request! $request = Requests::get( - 'http://httpbin.org/cookies', //url + 'http://httpbin.org/cookies', // Url [], // No need to set the headers the Jar does this for us ['cookies' => $c] // Pass in the Jar as an option );