mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-09 20:11:22 +00:00
Auto commit for release 'develop' on 2024-03-18
This commit is contained in:
@@ -34,7 +34,7 @@ class RuleForm
|
||||
{
|
||||
use FormSupport;
|
||||
|
||||
public function ruleGroupList(string $name, mixed $value = null, array $options = null): string
|
||||
public function ruleGroupList(string $name, mixed $value = null, ?array $options = null): string
|
||||
{
|
||||
/** @var RuleGroupRepositoryInterface $groupRepos */
|
||||
$groupRepos = app(RuleGroupRepositoryInterface::class);
|
||||
@@ -54,7 +54,7 @@ class RuleForm
|
||||
/**
|
||||
* @param null $value
|
||||
*/
|
||||
public function ruleGroupListWithEmpty(string $name, $value = null, array $options = null): string
|
||||
public function ruleGroupListWithEmpty(string $name, $value = null, ?array $options = null): string
|
||||
{
|
||||
$options ??= [];
|
||||
$options['class'] = 'form-control';
|
||||
|
||||
Reference in New Issue
Block a user