mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Clean up code.
This commit is contained in:
parent
178072d3af
commit
da91645ec0
@ -35,12 +35,6 @@ use Illuminate\Support\Collection;
|
||||
interface BillRepositoryInterface
|
||||
{
|
||||
|
||||
/**
|
||||
* @param int $size
|
||||
*
|
||||
* @return LengthAwarePaginator
|
||||
*/
|
||||
public function getPaginator(int $size): LengthAwarePaginator;
|
||||
/**
|
||||
* @param Bill $bill
|
||||
*
|
||||
@ -112,6 +106,13 @@ interface BillRepositoryInterface
|
||||
*/
|
||||
public function getOverallAverage(Bill $bill): string;
|
||||
|
||||
/**
|
||||
* @param int $size
|
||||
*
|
||||
* @return LengthAwarePaginator
|
||||
*/
|
||||
public function getPaginator(int $size): LengthAwarePaginator;
|
||||
|
||||
/**
|
||||
* @param Bill $bill
|
||||
* @param Carbon $start
|
||||
|
Loading…
Reference in New Issue
Block a user