mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-10-06 13:29:43 +00:00
update cs after php-cs-fixer upgrade
This commit is contained in:
@@ -128,7 +128,7 @@ class FilterOrderHelperBuilder
|
||||
foreach (
|
||||
$this->userPickers as $name => [
|
||||
'label' => $label,
|
||||
'options' => $options
|
||||
'options' => $options,
|
||||
]
|
||||
) {
|
||||
$helper->addUserPicker($name, $label, $options);
|
||||
|
@@ -45,7 +45,7 @@ class Templating extends AbstractExtension
|
||||
Environment $environment,
|
||||
FilterOrderHelper $helper,
|
||||
?string $template = '@ChillMain/FilterOrder/base.html.twig',
|
||||
?array $options = []
|
||||
?array $options = [],
|
||||
): string {
|
||||
$otherParameters = [];
|
||||
|
||||
|
Reference in New Issue
Block a user