forked from wallabag/wallabag
Code Style
This commit is contained in:
committed by
Jeremy Benoist
parent
0e70e81227
commit
7c0d682687
@ -189,7 +189,7 @@ class EntryRepository extends EntityRepository
|
||||
$qb->orderBy('e.id', $order);
|
||||
} elseif ('updated' === $sort) {
|
||||
$qb->orderBy('e.updatedAt', $order);
|
||||
} else if ('archived' === $sort) {
|
||||
} elseif ('archived' === $sort) {
|
||||
$qb->orderBy('e.archivedAt', $order);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user