mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
More refactoring
This commit is contained in:
@@ -42,10 +42,10 @@ interface AccountChartGeneratorInterface
|
||||
|
||||
/**
|
||||
* @param Account $account
|
||||
* @param Carbon $start
|
||||
* @param Carbon $end
|
||||
* @param array $labels
|
||||
* @param array $dataSet
|
||||
*
|
||||
* @return array
|
||||
*/
|
||||
public function single(Account $account, Carbon $start, Carbon $end): array;
|
||||
public function single(Account $account, array $labels, array $dataSet): array;
|
||||
}
|
||||
|
Reference in New Issue
Block a user