diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/Wallabag/CoreBundle/Helper/ContentProxy.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Wallabag/CoreBundle/Helper/ContentProxy.php b/src/Wallabag/CoreBundle/Helper/ContentProxy.php index cd18c668..e6292744 100644 --- a/src/Wallabag/CoreBundle/Helper/ContentProxy.php +++ b/src/Wallabag/CoreBundle/Helper/ContentProxy.php | |||
@@ -51,9 +51,9 @@ class ContentProxy | |||
51 | /** | 51 | /** |
52 | * Import entry using either fetched or provided content. | 52 | * Import entry using either fetched or provided content. |
53 | * | 53 | * |
54 | * @param Entry $entry Entry to update | 54 | * @param Entry $entry Entry to update |
55 | * @param array $content Array with content provided for import with AT LEAST keys title, html, url to skip the fetchContent from the url | 55 | * @param array $content Array with content provided for import with AT LEAST keys title, html, url to skip the fetchContent from the url |
56 | * @param bool $disableContentUpdate Whether to skip trying to fetch content using Graby | 56 | * @param bool $disableContentUpdate Whether to skip trying to fetch content using Graby |
57 | */ | 57 | */ |
58 | public function importEntry(Entry $entry, array $content, $disableContentUpdate = false) | 58 | public function importEntry(Entry $entry, array $content, $disableContentUpdate = false) |
59 | { | 59 | { |