php cs fixes, stan ok!

This commit is contained in:
Julie Lenaerts 2022-07-18 14:51:40 +02:00 committed by Julien Fastré
parent 0e2740a4dd
commit c8c0c26ab9

View File

@ -80,7 +80,7 @@ final class GoalRepository implements ObjectRepository
$qb->expr()->gt('g.desactivationDate', ':now') $qb->expr()->gt('g.desactivationDate', ':now')
) )
) )
->setParameter('now', new DateTime('now')); ->setParameter('now', new DateTime('now'));
foreach ($orderBy as $sort => $order) { foreach ($orderBy as $sort => $order) {
$qb->addOrderBy('g.' . $sort, $order); $qb->addOrderBy('g.' . $sort, $order);