aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Helper/HttpClientFactory.php
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2016-11-22 15:58:00 +0100
committerNicolas LÅ“uillet <nicolas@loeuillet.org>2016-11-22 17:32:24 +0100
commitd51093a7d964ca720793d0cfcf4af601f2de448a (patch)
tree7bc700ebc3ba7f7eb160c6c6fc23f8af6acb04b1 /src/Wallabag/CoreBundle/Helper/HttpClientFactory.php
parentd64bf7953b0e4e793d7f75ec50bf6e42652560b2 (diff)
downloadwallabag-d51093a7d964ca720793d0cfcf4af601f2de448a.tar.gz
wallabag-d51093a7d964ca720793d0cfcf4af601f2de448a.tar.zst
wallabag-d51093a7d964ca720793d0cfcf4af601f2de448a.zip
Added documentation and missing translations
Diffstat (limited to 'src/Wallabag/CoreBundle/Helper/HttpClientFactory.php')
-rw-r--r--src/Wallabag/CoreBundle/Helper/HttpClientFactory.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Wallabag/CoreBundle/Helper/HttpClientFactory.php b/src/Wallabag/CoreBundle/Helper/HttpClientFactory.php
index ca84c8da..8891887b 100644
--- a/src/Wallabag/CoreBundle/Helper/HttpClientFactory.php
+++ b/src/Wallabag/CoreBundle/Helper/HttpClientFactory.php
@@ -25,7 +25,7 @@ class HttpClientFactory
25 * 25 *
26 * @param \GuzzleHttp\Event\SubscriberInterface $authenticatorSubscriber 26 * @param \GuzzleHttp\Event\SubscriberInterface $authenticatorSubscriber
27 * @param \GuzzleHttp\Cookie\CookieJar $cookieJar 27 * @param \GuzzleHttp\Cookie\CookieJar $cookieJar
28 * @param string $restrictedAccess 28 * @param string $restrictedAccess this param is a kind of boolean. Values: 0 or 1
29 */ 29 */
30 public function __construct(SubscriberInterface $authenticatorSubscriber, CookieJar $cookieJar, $restrictedAccess) 30 public function __construct(SubscriberInterface $authenticatorSubscriber, CookieJar $cookieJar, $restrictedAccess)
31 { 31 {