mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-27 11:31:05 +00:00
Fix phpDoc
This commit is contained in:
parent
9007459605
commit
c7a8800794
1 changed files with 1 additions and 1 deletions
|
@ -104,7 +104,7 @@ class DownloadImages
|
|||
* @param string $url Url from where the image were found
|
||||
* @param string $relativePath Relative local path to saved the image
|
||||
*
|
||||
* @return string Relative url to access the image from the web
|
||||
* @return string|false Relative url to access the image from the web
|
||||
*/
|
||||
public function processSingleImage($entryId, $imagePath, $url, $relativePath = null)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue