aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Repository/EntryRepository.php
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2015-10-01 09:26:52 +0200
committerNicolas LÅ“uillet <nicolas@loeuillet.org>2015-10-01 09:26:52 +0200
commitcfb28c9da0ff648d34ae0602eaec55a8362504dd (patch)
tree4d34f12bffcf58e9c5729ba94cc23a6d729d49c6 /src/Wallabag/CoreBundle/Repository/EntryRepository.php
parent8e417206d5333b1156548b27a707500674f49ca6 (diff)
downloadwallabag-cfb28c9da0ff648d34ae0602eaec55a8362504dd.tar.gz
wallabag-cfb28c9da0ff648d34ae0602eaec55a8362504dd.tar.zst
wallabag-cfb28c9da0ff648d34ae0602eaec55a8362504dd.zip
french translation
Diffstat (limited to 'src/Wallabag/CoreBundle/Repository/EntryRepository.php')
-rw-r--r--src/Wallabag/CoreBundle/Repository/EntryRepository.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Wallabag/CoreBundle/Repository/EntryRepository.php b/src/Wallabag/CoreBundle/Repository/EntryRepository.php
index 2286317c..57bf8024 100644
--- a/src/Wallabag/CoreBundle/Repository/EntryRepository.php
+++ b/src/Wallabag/CoreBundle/Repository/EntryRepository.php
@@ -163,9 +163,9 @@ class EntryRepository extends EntityRepository
163 } 163 }
164 164
165 /** 165 /**
166 * Used only in test case to get the right entry associated to the right user 166 * Used only in test case to get the right entry associated to the right user.
167 * 167 *
168 * @param string $username 168 * @param string $username
169 * 169 *
170 * @return Entry 170 * @return Entry
171 */ 171 */