aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJeremy Benoist <jbenoist@20minutes.fr>2017-06-01 09:52:09 +0200
committerJeremy Benoist <jbenoist@20minutes.fr>2017-06-01 09:52:09 +0200
commit843182c7cf428b5f6b8a1ff7057adc703c1e816e (patch)
tree4cb8afff7d3a1aaa3e79b66126dd6e19fbb82298
parentd5c2cc54b5490b0bec46f39d7706d5d46869e872 (diff)
downloadwallabag-843182c7cf428b5f6b8a1ff7057adc703c1e816e.tar.gz
wallabag-843182c7cf428b5f6b8a1ff7057adc703c1e816e.tar.zst
wallabag-843182c7cf428b5f6b8a1ff7057adc703c1e816e.zip
CS
-rw-r--r--src/Wallabag/CoreBundle/Helper/ContentProxy.php6
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 {