mirror of
https://github.com/wallabag/wallabag.git
synced 2024-12-17 10:50:29 +01:00
change phpdoc
This commit is contained in:
parent
eaf95758dc
commit
11204db45a
@ -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 New Issue
Block a user