mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-07 14:41:20 +00:00
Use PSR-12 code style
This commit is contained in:
@@ -96,7 +96,8 @@ class SetSourceAccount implements ActionInterface
|
||||
if (null !== $newAccount && (int) $newAccount->id === (int) $destination->account_id) {
|
||||
Log::error(
|
||||
sprintf(
|
||||
'New source account ID #%d and current destination account ID #%d are the same. Do nothing.', $newAccount->id,
|
||||
'New source account ID #%d and current destination account ID #%d are the same. Do nothing.',
|
||||
$newAccount->id,
|
||||
$destination->account_id
|
||||
)
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user