forked from wallabag/wallabag
Fix phpDoc
This commit is contained in:
@ -104,7 +104,7 @@ class DownloadImages
|
|||||||
* @param string $url Url from where the image were found
|
* @param string $url Url from where the image were found
|
||||||
* @param string $relativePath Relative local path to saved the image
|
* @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)
|
public function processSingleImage($entryId, $imagePath, $url, $relativePath = null)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user