mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Code style
This commit is contained in:
@@ -85,10 +85,10 @@ class NewFinTSJobHandler implements FinTSConfigurationInterface
|
|||||||
{
|
{
|
||||||
$config = $this->importJob->configuration;
|
$config = $this->importJob->configuration;
|
||||||
return [
|
return [
|
||||||
'fints_url' => $config['fints_url'] ?? "",
|
'fints_url' => $config['fints_url'] ?? '',
|
||||||
'fints_port' => $config['fints_port'] ?? "443",
|
'fints_port' => $config['fints_port'] ?? '443',
|
||||||
'fints_bank_code' => $config['fints_bank_code'] ?? "",
|
'fints_bank_code' => $config['fints_bank_code'] ?? '',
|
||||||
'fints_username' => $config['fints_username'] ?? ""
|
'fints_username' => $config['fints_username'] ?? ''
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user