mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-16 09:22:33 +00:00
Many more route fixes.
This commit is contained in:
@@ -50,12 +50,12 @@ interface AccountTaskerInterface
|
||||
public function amountOutInPeriod(Collection $accounts, Collection $excluded, Carbon $start, Carbon $end): string;
|
||||
|
||||
/**
|
||||
* @param Collection $accounts
|
||||
* @param Carbon $start
|
||||
* @param Carbon $end
|
||||
* @param Collection $accounts
|
||||
*
|
||||
* @return AccountCollection
|
||||
*/
|
||||
public function getAccountReport(Carbon $start, Carbon $end, Collection $accounts): AccountCollection;
|
||||
public function getAccountReport(Collection $accounts, Carbon $start, Carbon $end): AccountCollection;
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user