mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-12 21:34:25 +00:00
remove isset test on variable which always exists
This commit is contained in:
parent
eb2bc306f7
commit
0ec859e345
@ -140,7 +140,7 @@ class ReassignAccompanyingPeriodController extends AbstractController
|
|||||||
'paginator' => $paginator,
|
'paginator' => $paginator,
|
||||||
'periods' => $periods,
|
'periods' => $periods,
|
||||||
'form' => $form->createView(),
|
'form' => $form->createView(),
|
||||||
'assignForm' => isset($assignForm) ? $assignForm->createView() : null,
|
'assignForm' => $assignForm->createView(),
|
||||||
])
|
])
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user