From: Kevin Decherf Date: Sun, 2 Sep 2018 16:36:04 +0000 (+0200) Subject: php-cs-fixer X-Git-Tag: 2.3.4~18^2 X-Git-Url: https://git.immae.eu/?p=github%2Fwallabag%2Fwallabag.git;a=commitdiff_plain;h=b8115ff46b15a28021612b695de8785456f8b7a6 php-cs-fixer Signed-off-by: Kevin Decherf --- 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 /** * Retrieve untagged entries for a user. - * + * * @param int $userId - * + * * @return QueryBuilder */ public function getRawBuilderForUntaggedByUser($userId) @@ -429,7 +429,7 @@ class EntryRepository extends EntityRepository /** * Return a query builder to be used by other getBuilderFor* method. * - * @param int $userId + * @param int $userId * * @return QueryBuilder */ @@ -454,11 +454,11 @@ class EntryRepository extends EntityRepository } /** - * Return the given QueryBuilder with an orderBy() call - * + * Return the given QueryBuilder with an orderBy() call. + * * @param QueryBuilder $qb - * @param string $sortBy - * @param string $direction + * @param string $sortBy + * @param string $direction * * @return QueryBuilder */