1
0
mirror of https://github.com/guzzle/guzzle.git synced 2025-02-23 09:34:00 +01:00

Merge pull request #1288 from elliotfehr/patch-2

Update `GuzzleHttp\Cookie\CookieJarInterface` namespace
This commit is contained in:
Michael Dowling 2015-10-26 21:12:26 -07:00
commit 4f11935f70

View File

@ -404,7 +404,7 @@ Cookies
Guzzle can maintain a cookie session for you if instructed using the
``cookies`` request option. When sending a request, the ``cookies`` option
must be set an an instance of ``GuzzleHttp\Subscriber\CookieJar\CookieJarInterface``.
must be set an an instance of ``GuzzleHttp\Cookie\CookieJarInterface``.
.. code-block:: php