aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Helper/ContentProxy.php
diff options
context:
space:
mode:
authorJeremy Benoist <jeremy.benoist@gmail.com>2015-09-10 22:00:53 +0200
committerJeremy Benoist <jeremy.benoist@gmail.com>2015-09-10 22:00:53 +0200
commitf1e29e69cb0ba5a0f05190c62e7a4afd43d03436 (patch)
tree7f718281168c7390ef741930a83f40250333c10e /src/Wallabag/CoreBundle/Helper/ContentProxy.php
parent558d9aabab7e01c2e2b506aa362c70a568b953aa (diff)
downloadwallabag-f1e29e69cb0ba5a0f05190c62e7a4afd43d03436.tar.gz
wallabag-f1e29e69cb0ba5a0f05190c62e7a4afd43d03436.tar.zst
wallabag-f1e29e69cb0ba5a0f05190c62e7a4afd43d03436.zip
CS
Diffstat (limited to 'src/Wallabag/CoreBundle/Helper/ContentProxy.php')
-rw-r--r--src/Wallabag/CoreBundle/Helper/ContentProxy.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/Wallabag/CoreBundle/Helper/ContentProxy.php b/src/Wallabag/CoreBundle/Helper/ContentProxy.php
index 2dd70e51..4565d8e7 100644
--- a/src/Wallabag/CoreBundle/Helper/ContentProxy.php
+++ b/src/Wallabag/CoreBundle/Helper/ContentProxy.php
@@ -7,7 +7,7 @@ use Wallabag\CoreBundle\Entity\Entry;
7 7
8/** 8/**
9 * This kind of proxy class take care of getting the content from an url 9 * This kind of proxy class take care of getting the content from an url
10 * and update the entry with what it found 10 * and update the entry with what it found.
11 */ 11 */
12class ContentProxy 12class ContentProxy
13{ 13{
@@ -20,10 +20,10 @@ class ContentProxy
20 20
21 /** 21 /**
22 * Fetch content using graby and hydrate given entry with results information. 22 * Fetch content using graby and hydrate given entry with results information.
23 * In case we couldn't find content, we'll try to use Open Graph data 23 * In case we couldn't find content, we'll try to use Open Graph data.
24 * 24 *
25 * @param Entry $entry Entry to update 25 * @param Entry $entry Entry to update
26 * @param string $url Url to grab content for 26 * @param string $url Url to grab content for
27 * 27 *
28 * @return Entry 28 * @return Entry
29 */ 29 */