mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
improve indentation
This commit is contained in:
parent
dde35be9c3
commit
631d65a57f
@ -174,8 +174,10 @@ final class AccompanyingPeriodACLAwareRepository implements AccompanyingPeriodAC
|
||||
->andWhere(
|
||||
$qb->expr()->orX(
|
||||
$qb->expr()->neq('ap.step', ':draft'),
|
||||
$qb->expr()->orX($qb->expr()->eq('ap.createdBy', ':creator'),
|
||||
$qb->expr()->isNull('ap.createdBy'))
|
||||
$qb->expr()->orX(
|
||||
$qb->expr()->eq('ap.createdBy', ':creator'),
|
||||
$qb->expr()->isNull('ap.createdBy')
|
||||
)
|
||||
)
|
||||
)
|
||||
->setParameter('draft', AccompanyingPeriod::STEP_DRAFT)
|
||||
|
Loading…
x
Reference in New Issue
Block a user