mirror of
https://github.com/wallabag/wallabag.git
synced 2025-08-31 18:31:02 +00:00
CS
This commit is contained in:
parent
1048c9c4a8
commit
448d99f84e
5 changed files with 7 additions and 8 deletions
|
@ -312,7 +312,7 @@ class DownloadImages
|
|||
* Retrieve and validate the extension from the response of the url of the image.
|
||||
*
|
||||
* @param ResponseInterface $res Http Response
|
||||
* @param string $imagePath Path from the src image from the content (used for log only)
|
||||
* @param string $imagePath Path from the src image from the content (used for log only)
|
||||
*
|
||||
* @return string|false Extension name or false if validation failed
|
||||
*/
|
||||
|
|
|
@ -6,9 +6,9 @@ use GuzzleHttp\Client as GuzzleClient;
|
|||
use GuzzleHttp\Cookie\CookieJar;
|
||||
use GuzzleHttp\Event\SubscriberInterface;
|
||||
use Http\Adapter\Guzzle5\Client as GuzzleAdapter;
|
||||
use Psr\Log\LoggerInterface;
|
||||
use Http\Client\HttpClient;
|
||||
use Http\HttplugBundle\ClientFactory\ClientFactory;
|
||||
use Psr\Log\LoggerInterface;
|
||||
|
||||
/**
|
||||
* Builds and configures the HTTP client.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue