mirror of
https://github.com/wallabag/wallabag.git
synced 2024-12-16 18:30:17 +01:00
findEntries returns array
This commit is contained in:
parent
3d3368cfd5
commit
017e20895f
@ -98,7 +98,7 @@ class EntryRepository extends EntityRepository
|
||||
* @param string $sort
|
||||
* @param string $order
|
||||
*
|
||||
* @return Entry
|
||||
* @return array
|
||||
*/
|
||||
public function findEntries($userId, $isArchived = null, $isStarred = null, $isDeleted = null, $sort = 'created', $order = 'ASC')
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user