aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Repository/EntryRepository.php
diff options
context:
space:
mode:
authorThomas Citharel <tcit@tcit.fr>2017-03-30 16:07:48 +0200
committerThomas Citharel <tcit@tcit.fr>2017-03-30 16:07:48 +0200
commit273b6f06584092f3b596406bf4c0d57aa738e8bf (patch)
tree167c4ba09d219bf890d2a282d52a34ee1656f7c5 /src/Wallabag/CoreBundle/Repository/EntryRepository.php
parent90f95027a8c713047fc436bce271cb3e52bc3dee (diff)
downloadwallabag-273b6f06584092f3b596406bf4c0d57aa738e8bf.tar.gz
wallabag-273b6f06584092f3b596406bf4c0d57aa738e8bf.tar.zst
wallabag-273b6f06584092f3b596406bf4c0d57aa738e8bf.zip
Rename method from *username to *user
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
Diffstat (limited to 'src/Wallabag/CoreBundle/Repository/EntryRepository.php')
-rw-r--r--src/Wallabag/CoreBundle/Repository/EntryRepository.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Wallabag/CoreBundle/Repository/EntryRepository.php b/src/Wallabag/CoreBundle/Repository/EntryRepository.php
index 4071301d..9325d261 100644
--- a/src/Wallabag/CoreBundle/Repository/EntryRepository.php
+++ b/src/Wallabag/CoreBundle/Repository/EntryRepository.php
@@ -328,7 +328,7 @@ class EntryRepository extends EntityRepository
328 * 328 *
329 * @return int 329 * @return int
330 */ 330 */
331 public function countAllEntriesByUsername($userId) 331 public function countAllEntriesByUser($userId)
332 { 332 {
333 $qb = $this->createQueryBuilder('e') 333 $qb = $this->createQueryBuilder('e')
334 ->select('count(e)') 334 ->select('count(e)')