DX phpstan and csfixer

This commit is contained in:
2023-07-05 13:35:06 +02:00
parent 4da7040a49
commit 1ee0e8e350
5 changed files with 14 additions and 20 deletions

View File

@@ -136,7 +136,6 @@ class FilterOrderHelper
public function getUserPickerData(string $name): array
{
dump($this->getFormData()['user_pickers']);
return $this->getFormData()['user_pickers'][$name];
}

View File

@@ -139,9 +139,9 @@ class FilterOrderHelperBuilder
foreach (
$this->userPickers as $name => [
'label' => $label,
'options' => $options
]
'label' => $label,
'options' => $options
]
) {
$helper->addUserPicker($name, $label, $options);
}