This commit is contained in:
Jeremy Benoist
2019-01-28 06:10:26 +01:00
parent 1048c9c4a8
commit 448d99f84e
5 changed files with 7 additions and 8 deletions

View File

@ -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
*/