mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
php cs fixes, stan ok!
This commit is contained in:
parent
0e2740a4dd
commit
c8c0c26ab9
@ -80,7 +80,7 @@ final class GoalRepository implements ObjectRepository
|
||||
$qb->expr()->gt('g.desactivationDate', ':now')
|
||||
)
|
||||
)
|
||||
->setParameter('now', new DateTime('now'));
|
||||
->setParameter('now', new DateTime('now'));
|
||||
|
||||
foreach ($orderBy as $sort => $order) {
|
||||
$qb->addOrderBy('g.' . $sort, $order);
|
||||
|
Loading…
x
Reference in New Issue
Block a user