mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Various code cleanup.
This commit is contained in:
@@ -194,7 +194,7 @@ trait JournalServiceTrait
|
||||
* @param array $data
|
||||
* @param string $preferredType
|
||||
*
|
||||
* @return Account
|
||||
* @return Account|null
|
||||
* @throws FireflyException
|
||||
*/
|
||||
private function createAccount(?Account $account, array $data, string $preferredType): ?Account
|
||||
@@ -302,7 +302,7 @@ trait JournalServiceTrait
|
||||
/**
|
||||
* @param string|null $amount
|
||||
*
|
||||
* @return string
|
||||
* @return string|null
|
||||
* @codeCoverageIgnore
|
||||
*/
|
||||
protected function getForeignAmount(?string $amount): ?string
|
||||
@@ -372,7 +372,7 @@ trait JournalServiceTrait
|
||||
|
||||
/**
|
||||
* @param TransactionJournal $journal
|
||||
* @param string $notes
|
||||
* @param string|null $notes
|
||||
*
|
||||
* @codeCoverageIgnore
|
||||
*/
|
||||
@@ -405,7 +405,7 @@ trait JournalServiceTrait
|
||||
* Link tags to journal.
|
||||
*
|
||||
* @param TransactionJournal $journal
|
||||
* @param array $tags
|
||||
* @param array|null $tags
|
||||
*
|
||||
* @codeCoverageIgnore
|
||||
*/
|
||||
|
Reference in New Issue
Block a user