mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-18 10:16:49 +00:00
Reformat various code.
This commit is contained in:
@@ -51,7 +51,7 @@ class ExportRequest extends FormRequest
|
||||
|
||||
$accounts = new Collection;
|
||||
foreach ($parts as $part) {
|
||||
$accountId = (int)$part;
|
||||
$accountId = (int) $part;
|
||||
if (0 !== $accountId) {
|
||||
$account = $repository->find($accountId);
|
||||
if (null !== $account && AccountType::ASSET === $account->accountType->type) {
|
||||
|
Reference in New Issue
Block a user