PHP CS Fixer updated (3.63.1 -> v3.64.0)

This commit is contained in:
2024-09-04 14:38:56 +02:00
parent 063bc2857f
commit 313fb9ffdf
302 changed files with 391 additions and 391 deletions

View File

@@ -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([

View File

@@ -37,7 +37,7 @@ class ChillTwigRoutingHelper extends AbstractExtension
public function __construct(
RequestStack $requestStack,
RoutingExtension $originalExtension
RoutingExtension $originalExtension,
) {
$this->requestStack = $requestStack;
$this->originalExtension = $originalExtension;

View File

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

View File

@@ -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 = [];