1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-10-20 19:52:09 +00:00
This commit is contained in:
Jeremy Benoist 2015-05-30 13:52:26 +02:00
parent 399bd777d7
commit 4346a86068
31 changed files with 204 additions and 163 deletions

View file

@ -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

View file

@ -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