mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-07 06:31:22 +00:00
Cast all translations to strings.
This commit is contained in:
@@ -72,7 +72,7 @@ class AbnAmroDescription implements SpecificInterface
|
||||
// If the description could not be parsed, specify an unknown opposing
|
||||
// account, as an opposing account is required
|
||||
if (!$parsed) {
|
||||
$this->row[8] = trans('firefly.unknown'); // opposing-account-name
|
||||
$this->row[8] = (string)trans('firefly.unknown'); // opposing-account-name
|
||||
}
|
||||
|
||||
return $this->row;
|
||||
|
||||
Reference in New Issue
Block a user