aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Helper/ContentProxy.php
diff options
context:
space:
mode:
authorJeremy Benoist <jeremy.benoist@gmail.com>2016-09-25 12:03:12 +0200
committerJeremy Benoist <jeremy.benoist@gmail.com>2016-09-25 12:03:49 +0200
commit82fc3290d4fec45ede270e2c1ad2079fe3020adc (patch)
tree33323388ee3340db8e8921c09061ac84a3da0ecc /src/Wallabag/CoreBundle/Helper/ContentProxy.php
parent401135852c6b25c8d5ab97beaefb02d1bd023ec9 (diff)
downloadwallabag-82fc3290d4fec45ede270e2c1ad2079fe3020adc.tar.gz
wallabag-82fc3290d4fec45ede270e2c1ad2079fe3020adc.tar.zst
wallabag-82fc3290d4fec45ede270e2c1ad2079fe3020adc.zip
CS
Diffstat (limited to 'src/Wallabag/CoreBundle/Helper/ContentProxy.php')
-rw-r--r--src/Wallabag/CoreBundle/Helper/ContentProxy.php7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/Wallabag/CoreBundle/Helper/ContentProxy.php b/src/Wallabag/CoreBundle/Helper/ContentProxy.php
index a65a21e8..8019df42 100644
--- a/src/Wallabag/CoreBundle/Helper/ContentProxy.php
+++ b/src/Wallabag/CoreBundle/Helper/ContentProxy.php
@@ -95,10 +95,9 @@ class ContentProxy
95 * Assign some tags to an entry. 95 * Assign some tags to an entry.
96 * 96 *
97 * @param Entry $entry 97 * @param Entry $entry
98 * @param array|string $tags An array of tag or a string coma separated of tag 98 * @param array|string $tags An array of tag or a string coma separated of tag
99 * @param array $entitiesReady Entities from the EntityManager which are persisted but not yet flushed 99 * @param array $entitiesReady Entities from the EntityManager which are persisted but not yet flushed
100 * It is mostly to fix duplicate tag on import 100 * It is mostly to fix duplicate tag on import @see http://stackoverflow.com/a/7879164/569101
101 * @see http://stackoverflow.com/a/7879164/569101
102 */ 101 */
103 public function assignTagsToEntry(Entry $entry, $tags, array $entitiesReady = []) 102 public function assignTagsToEntry(Entry $entry, $tags, array $entitiesReady = [])
104 { 103 {