Use PSR-12 code style

This commit is contained in:
James Cole
2022-10-30 14:24:37 +01:00
parent f53923f16c
commit f52675068b
151 changed files with 251 additions and 403 deletions

View File

@@ -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
)
);