diff options
Diffstat (limited to 'src/Wallabag/CoreBundle')
-rw-r--r-- | src/Wallabag/CoreBundle/Repository/EntryRepository.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Wallabag/CoreBundle/Repository/EntryRepository.php b/src/Wallabag/CoreBundle/Repository/EntryRepository.php index 82eb9474..87e34dc9 100644 --- a/src/Wallabag/CoreBundle/Repository/EntryRepository.php +++ b/src/Wallabag/CoreBundle/Repository/EntryRepository.php | |||
@@ -255,7 +255,7 @@ class EntryRepository extends EntityRepository | |||
255 | * | 255 | * |
256 | * @param int $userId | 256 | * @param int $userId |
257 | * | 257 | * |
258 | * @return integer | 258 | * @return int |
259 | */ | 259 | */ |
260 | public function countAllEntriesByUsername($userId) | 260 | public function countAllEntriesByUsername($userId) |
261 | { | 261 | { |