Various new stuff

This commit is contained in:
James Cole
2022-07-21 16:41:28 +02:00
parent eb8f595541
commit 20ab457222
10 changed files with 192 additions and 41 deletions

View File

@@ -206,7 +206,6 @@ class Steam
*
* @return string
* @throws FireflyException
* @throws JsonException
*/
public function balance(Account $account, Carbon $date, ?TransactionCurrency $currency = null): string
{
@@ -255,7 +254,6 @@ class Steam
* @param Carbon $date
*
* @return array
* @throws JsonException
*/
public function balancesByAccounts(Collection $accounts, Carbon $date): array
{