mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-30 11:33:49 +00:00
DX phpstan and csfixer
This commit is contained in:
@@ -685,7 +685,7 @@ final class SingleTaskController extends AbstractController
|
||||
->addSearchBox()
|
||||
->addCheckbox('status', $statuses, $statuses, $statusTrans)
|
||||
->addCheckbox('states', $states, ['new', 'in_progress'])
|
||||
->addUserPicker('userPicker', 'Filter by user', ['multiple' => True, 'required' => False])
|
||||
->addUserPicker('userPicker', 'Filter by user', ['multiple' => true, 'required' => false])
|
||||
->build();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user