1
0
mirror of https://github.com/guzzle/guzzle.git synced 2025-02-24 10:03:27 +01:00
This commit is contained in:
Tomy 2016-03-06 14:57:05 +09:00
parent 30f8346719
commit 78a4eef3a0

View File

@ -5,7 +5,7 @@ use Psr\Http\Message\RequestInterface;
use Psr\Http\Message\ResponseInterface;
/**
* Cookie jar that stores cookies an an array
* Cookie jar that stores cookies an array
*/
class CookieJar implements CookieJarInterface
{