mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-30 19:43:49 +00:00
PHP CS Fixer updated (3.63.1 -> v3.64.0)
This commit is contained in:
@@ -55,7 +55,7 @@ class ChillTwigHelper extends AbstractExtension
|
||||
$value,
|
||||
$message = 'No value',
|
||||
$template = 'default',
|
||||
array $options = []
|
||||
array $options = [],
|
||||
) {
|
||||
if ($value instanceof \DateTimeInterface) {
|
||||
$options = \array_merge([
|
||||
|
@@ -37,7 +37,7 @@ class ChillTwigRoutingHelper extends AbstractExtension
|
||||
|
||||
public function __construct(
|
||||
RequestStack $requestStack,
|
||||
RoutingExtension $originalExtension
|
||||
RoutingExtension $originalExtension,
|
||||
) {
|
||||
$this->requestStack = $requestStack;
|
||||
$this->originalExtension = $originalExtension;
|
||||
|
@@ -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