mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-26 11:01:04 +00:00
CS
This commit is contained in:
parent
d5c2cc54b5
commit
843182c7cf
1 changed files with 3 additions and 3 deletions
|
@ -51,9 +51,9 @@ class ContentProxy
|
|||
/**
|
||||
* Import entry using either fetched or provided content.
|
||||
*
|
||||
* @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 bool $disableContentUpdate Whether to skip trying to fetch content using Graby
|
||||
* @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 bool $disableContentUpdate Whether to skip trying to fetch content using Graby
|
||||
*/
|
||||
public function importEntry(Entry $entry, array $content, $disableContentUpdate = false)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue