mirror of
https://github.com/wallabag/wallabag.git
synced 2025-10-20 19:52:09 +00:00
CS
This commit is contained in:
parent
399bd777d7
commit
4346a86068
31 changed files with 204 additions and 163 deletions
|
@ -10,7 +10,7 @@ use Pagerfanta\Pagerfanta;
|
|||
class EntryRepository extends EntityRepository
|
||||
{
|
||||
/**
|
||||
* Retrieves unread entries for a user
|
||||
* Retrieves unread entries for a user.
|
||||
*
|
||||
* @param int $userId
|
||||
* @param int $firstResult
|
||||
|
@ -35,7 +35,7 @@ class EntryRepository extends EntityRepository
|
|||
}
|
||||
|
||||
/**
|
||||
* Retrieves read entries for a user
|
||||
* Retrieves read entries for a user.
|
||||
*
|
||||
* @param int $userId
|
||||
* @param int $firstResult
|
||||
|
@ -61,7 +61,7 @@ class EntryRepository extends EntityRepository
|
|||
}
|
||||
|
||||
/**
|
||||
* Retrieves starred entries for a user
|
||||
* Retrieves starred entries for a user.
|
||||
*
|
||||
* @param int $userId
|
||||
* @param int $firstResult
|
||||
|
@ -87,7 +87,7 @@ class EntryRepository extends EntityRepository
|
|||
}
|
||||
|
||||
/**
|
||||
* Find Entries
|
||||
* Find Entries.
|
||||
*
|
||||
* @param int $userId
|
||||
* @param bool $isArchived
|
||||
|
|
|
@ -7,7 +7,7 @@ use Doctrine\ORM\EntityRepository;
|
|||
class UserRepository extends EntityRepository
|
||||
{
|
||||
/**
|
||||
* Find a user by its username and rss roken
|
||||
* Find a user by its username and rss roken.
|
||||
*
|
||||
* @param string $username
|
||||
* @param string $rssToken
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue