aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorKevin Decherf <kevin@kdecherf.com>2018-09-02 18:36:04 +0200
committerKevin Decherf <kevin@kdecherf.com>2018-09-05 18:44:08 +0200
commitb8115ff46b15a28021612b695de8785456f8b7a6 (patch)
tree74655ba109f3fa602ac8d36dd6b54352a015f1af
parent0636697289b7ad50bfaa33c93ce4593543d435b5 (diff)
downloadwallabag-b8115ff46b15a28021612b695de8785456f8b7a6.tar.gz
wallabag-b8115ff46b15a28021612b695de8785456f8b7a6.tar.zst
wallabag-b8115ff46b15a28021612b695de8785456f8b7a6.zip
php-cs-fixer
Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
-rw-r--r--src/Wallabag/CoreBundle/Repository/EntryRepository.php14
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 */