aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Repository/EntryRepository.php
diff options
context:
space:
mode:
authorJeremy Benoist <j0k3r@users.noreply.github.com>2015-10-01 11:49:13 +0200
committerJeremy Benoist <j0k3r@users.noreply.github.com>2015-10-01 11:49:13 +0200
commit0e8f77819951bf8c6fa47fba7c0e004bdb7e7a41 (patch)
treee85fc355c5d45cf962de60c3f793bda6cf26294f /src/Wallabag/CoreBundle/Repository/EntryRepository.php
parent7c99da0c958687033468098a92913619bef17f03 (diff)
parent4e9f656ecbfb89449e44a56d82ca36812a61fc73 (diff)
downloadwallabag-0e8f77819951bf8c6fa47fba7c0e004bdb7e7a41.tar.gz
wallabag-0e8f77819951bf8c6fa47fba7c0e004bdb7e7a41.tar.zst
wallabag-0e8f77819951bf8c6fa47fba7c0e004bdb7e7a41.zip
Merge pull request #1441 from wallabag/v2-french-translation
Add 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 */