mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-26 19:11:07 +00:00
change phpdoc
This commit is contained in:
parent
eaf95758dc
commit
11204db45a
1 changed files with 1 additions and 1 deletions
|
@ -98,7 +98,7 @@ class EntryRepository extends EntityRepository
|
|||
* @param string $sort
|
||||
* @param string $order
|
||||
*
|
||||
* @return ArrayCollection
|
||||
* @return Entry
|
||||
*/
|
||||
public function findEntries($userId, $isArchived = null, $isStarred = null, $isDeleted = null, $sort = 'created', $order = 'ASC')
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue