Various code cleanup.

This commit is contained in:
James Cole
2021-09-18 10:21:29 +02:00
parent 3589c9f60f
commit e829d79589
107 changed files with 225 additions and 220 deletions

View File

@@ -109,6 +109,8 @@ class Amount
/**
* @return string
* @throws \FireflyIII\Exceptions\FireflyException
* @throws \JsonException
*/
public function getCurrencyCode(): string
{
@@ -145,6 +147,8 @@ class Amount
* @param User $user
*
* @return TransactionCurrency
* @throws \FireflyIII\Exceptions\FireflyException
* @throws \JsonException
*/
public function getDefaultCurrencyByUser(User $user): TransactionCurrency
{