diff options
-rw-r--r-- | src/Wallabag/CoreBundle/Repository/EntryRepository.php | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/src/Wallabag/CoreBundle/Repository/EntryRepository.php b/src/Wallabag/CoreBundle/Repository/EntryRepository.php index a31f97b5..34123eea 100644 --- a/src/Wallabag/CoreBundle/Repository/EntryRepository.php +++ b/src/Wallabag/CoreBundle/Repository/EntryRepository.php | |||
@@ -116,9 +116,9 @@ class EntryRepository extends EntityRepository | |||
116 | 116 | ||
117 | /** | 117 | /** |
118 | * Retrieve untagged entries for a user. | 118 | * Retrieve untagged entries for a user. |
119 | * | 119 | * |
120 | * @param int $userId | 120 | * @param int $userId |
121 | * | 121 | * |
122 | * @return QueryBuilder | 122 | * @return QueryBuilder |
123 | */ | 123 | */ |
124 | public function getRawBuilderForUntaggedByUser($userId) | 124 | public function getRawBuilderForUntaggedByUser($userId) |
@@ -429,7 +429,7 @@ class EntryRepository extends EntityRepository | |||
429 | /** | 429 | /** |
430 | * Return a query builder to be used by other getBuilderFor* method. | 430 | * Return a query builder to be used by other getBuilderFor* method. |
431 | * | 431 | * |
432 | * @param int $userId | 432 | * @param int $userId |
433 | * | 433 | * |
434 | * @return QueryBuilder | 434 | * @return QueryBuilder |
435 | */ | 435 | */ |
@@ -454,11 +454,11 @@ class EntryRepository extends EntityRepository | |||
454 | } | 454 | } |
455 | 455 | ||
456 | /** | 456 | /** |
457 | * Return the given QueryBuilder with an orderBy() call | 457 | * Return the given QueryBuilder with an orderBy() call. |
458 | * | 458 | * |
459 | * @param QueryBuilder $qb | 459 | * @param QueryBuilder $qb |
460 | * @param string $sortBy | 460 | * @param string $sortBy |
461 | * @param string $direction | 461 | * @param string $direction |
462 | * | 462 | * |
463 | * @return QueryBuilder | 463 | * @return QueryBuilder |
464 | */ | 464 | */ |