diff options
Diffstat (limited to 'src/Wallabag/CoreBundle')
-rw-r--r-- | src/Wallabag/CoreBundle/Helper/DownloadImages.php | 2 | ||||
-rw-r--r-- | src/Wallabag/CoreBundle/Helper/HttpClientFactory.php | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/Wallabag/CoreBundle/Helper/DownloadImages.php b/src/Wallabag/CoreBundle/Helper/DownloadImages.php index e5749060..7a39a2e4 100644 --- a/src/Wallabag/CoreBundle/Helper/DownloadImages.php +++ b/src/Wallabag/CoreBundle/Helper/DownloadImages.php | |||
@@ -312,7 +312,7 @@ class DownloadImages | |||
312 | * Retrieve and validate the extension from the response of the url of the image. | 312 | * Retrieve and validate the extension from the response of the url of the image. |
313 | * | 313 | * |
314 | * @param ResponseInterface $res Http Response | 314 | * @param ResponseInterface $res Http Response |
315 | * @param string $imagePath Path from the src image from the content (used for log only) | 315 | * @param string $imagePath Path from the src image from the content (used for log only) |
316 | * | 316 | * |
317 | * @return string|false Extension name or false if validation failed | 317 | * @return string|false Extension name or false if validation failed |
318 | */ | 318 | */ |
diff --git a/src/Wallabag/CoreBundle/Helper/HttpClientFactory.php b/src/Wallabag/CoreBundle/Helper/HttpClientFactory.php index 3e19a7be..b8e95381 100644 --- a/src/Wallabag/CoreBundle/Helper/HttpClientFactory.php +++ b/src/Wallabag/CoreBundle/Helper/HttpClientFactory.php | |||
@@ -6,9 +6,9 @@ use GuzzleHttp\Client as GuzzleClient; | |||
6 | use GuzzleHttp\Cookie\CookieJar; | 6 | use GuzzleHttp\Cookie\CookieJar; |
7 | use GuzzleHttp\Event\SubscriberInterface; | 7 | use GuzzleHttp\Event\SubscriberInterface; |
8 | use Http\Adapter\Guzzle5\Client as GuzzleAdapter; | 8 | use Http\Adapter\Guzzle5\Client as GuzzleAdapter; |
9 | use Psr\Log\LoggerInterface; | ||
10 | use Http\Client\HttpClient; | 9 | use Http\Client\HttpClient; |
11 | use Http\HttplugBundle\ClientFactory\ClientFactory; | 10 | use Http\HttplugBundle\ClientFactory\ClientFactory; |
11 | use Psr\Log\LoggerInterface; | ||
12 | 12 | ||
13 | /** | 13 | /** |
14 | * Builds and configures the HTTP client. | 14 | * Builds and configures the HTTP client. |