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

Update GuzzleHttp\Cookie\CookieJarInterface namespace

This commit is contained in:
Elliot Fehr 2015-10-22 23:10:56 -04:00
parent 90d7d39a97
commit 1d3ca2a30f

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