mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
run phpcs
This commit is contained in:
@@ -524,7 +524,7 @@ class AccountRepository implements AccountRepositoryInterface
|
||||
->first(['transaction_journals.id'])
|
||||
;
|
||||
if (null !== $first) {
|
||||
/** @var TransactionJournal|null */
|
||||
/** @var null|TransactionJournal */
|
||||
return TransactionJournal::find($first->id);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user