mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-20 22:53:49 +00:00
remove isset test on variable which always exists
This commit is contained in:
@@ -140,7 +140,7 @@ class ReassignAccompanyingPeriodController extends AbstractController
|
||||
'paginator' => $paginator,
|
||||
'periods' => $periods,
|
||||
'form' => $form->createView(),
|
||||
'assignForm' => isset($assignForm) ? $assignForm->createView() : null,
|
||||
'assignForm' => $assignForm->createView(),
|
||||
])
|
||||
);
|
||||
}
|
||||
|
Reference in New Issue
Block a user