mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-30 19:43:49 +00:00
DX phpstan and csfixer
This commit is contained in:
@@ -136,7 +136,6 @@ class FilterOrderHelper
|
||||
|
||||
public function getUserPickerData(string $name): array
|
||||
{
|
||||
dump($this->getFormData()['user_pickers']);
|
||||
return $this->getFormData()['user_pickers'][$name];
|
||||
}
|
||||
|
||||
|
@@ -139,9 +139,9 @@ class FilterOrderHelperBuilder
|
||||
|
||||
foreach (
|
||||
$this->userPickers as $name => [
|
||||
'label' => $label,
|
||||
'options' => $options
|
||||
]
|
||||
'label' => $label,
|
||||
'options' => $options
|
||||
]
|
||||
) {
|
||||
$helper->addUserPicker($name, $label, $options);
|
||||
}
|
||||
|
Reference in New Issue
Block a user