forked from wallabag/wallabag
CS
This commit is contained in:
@ -51,9 +51,9 @@ class ContentProxy
|
|||||||
/**
|
/**
|
||||||
* Import entry using either fetched or provided content.
|
* Import entry using either fetched or provided content.
|
||||||
*
|
*
|
||||||
* @param Entry $entry Entry to update
|
* @param Entry $entry Entry to update
|
||||||
* @param array $content Array with content provided for import with AT LEAST keys title, html, url to skip the fetchContent from the url
|
* @param array $content Array with content provided for import with AT LEAST keys title, html, url to skip the fetchContent from the url
|
||||||
* @param bool $disableContentUpdate Whether to skip trying to fetch content using Graby
|
* @param bool $disableContentUpdate Whether to skip trying to fetch content using Graby
|
||||||
*/
|
*/
|
||||||
public function importEntry(Entry $entry, array $content, $disableContentUpdate = false)
|
public function importEntry(Entry $entry, array $content, $disableContentUpdate = false)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user