mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-13 16:00:13 +00:00
More PHP8.4 updates
This commit is contained in:
@@ -75,7 +75,7 @@ trait FormSupport
|
||||
$options['class'] = 'form-control';
|
||||
$options['id'] = 'ffInput_'.$name;
|
||||
$options['autocomplete'] = 'off';
|
||||
$options['placeholder'] = ucfirst($label);
|
||||
$options['placeholder'] = ucfirst((string) $label);
|
||||
|
||||
return $options;
|
||||
}
|
||||
|
Reference in New Issue
Block a user