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