]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
php-cs-fixer 3712/head
authorKevin Decherf <kevin@kdecherf.com>
Sun, 2 Sep 2018 16:36:04 +0000 (18:36 +0200)
committerKevin Decherf <kevin@kdecherf.com>
Wed, 5 Sep 2018 16:44:08 +0000 (18:44 +0200)
Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
src/Wallabag/CoreBundle/Repository/EntryRepository.php

index a31f97b5a5c95660f9b99f49764d5e4d0c105645..34123eea699bff74a0ea1e7b126fd390a8b0dbf0 100644 (file)
@@ -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
      */