This commit is contained in:
Jeremy Benoist 2017-05-09 11:17:09 +02:00
parent 662db41bae
commit d047530dc0
No known key found for this signature in database
GPG Key ID: BCA73962457ACC3C
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ class HttpClientFactory
* *
* @param \GuzzleHttp\Cookie\CookieJar $cookieJar * @param \GuzzleHttp\Cookie\CookieJar $cookieJar
* @param string $restrictedAccess This param is a kind of boolean. Values: 0 or 1 * @param string $restrictedAccess This param is a kind of boolean. Values: 0 or 1
* @param LoggerInterface $logger * @param LoggerInterface $logger
*/ */
public function __construct(CookieJar $cookieJar, $restrictedAccess, LoggerInterface $logger) public function __construct(CookieJar $cookieJar, $restrictedAccess, LoggerInterface $logger)
{ {