mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-03 11:08:28 +00:00
Various code cleanup.
This commit is contained in:
@@ -63,6 +63,7 @@ class NetWorth implements NetWorthInterface
|
||||
* @return array
|
||||
* @throws JsonException
|
||||
* @throws FireflyException
|
||||
* @deprecated
|
||||
*/
|
||||
public function getNetWorthByCurrency(Collection $accounts, Carbon $date): array
|
||||
{
|
||||
|
@@ -34,6 +34,8 @@ use Illuminate\Support\Collection;
|
||||
interface NetWorthInterface
|
||||
{
|
||||
/**
|
||||
* TODO unsure why this is deprecated.
|
||||
*
|
||||
* Returns the user's net worth in an array with the following layout:
|
||||
*
|
||||
* -
|
||||
|
Reference in New Issue
Block a user