mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +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,
|
||||
'periods' => $periods,
|
||||
'form' => $form->createView(),
|
||||
'assignForm' => isset($assignForm) ? $assignForm->createView() : null,
|
||||
'assignForm' => $assignForm->createView(),
|
||||
])
|
||||
);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user