mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-03 19:16:51 +00:00
Clean up code.
This commit is contained in:
@@ -35,12 +35,6 @@ use Illuminate\Support\Collection;
|
|||||||
interface BillRepositoryInterface
|
interface BillRepositoryInterface
|
||||||
{
|
{
|
||||||
|
|
||||||
/**
|
|
||||||
* @param int $size
|
|
||||||
*
|
|
||||||
* @return LengthAwarePaginator
|
|
||||||
*/
|
|
||||||
public function getPaginator(int $size): LengthAwarePaginator;
|
|
||||||
/**
|
/**
|
||||||
* @param Bill $bill
|
* @param Bill $bill
|
||||||
*
|
*
|
||||||
@@ -112,6 +106,13 @@ interface BillRepositoryInterface
|
|||||||
*/
|
*/
|
||||||
public function getOverallAverage(Bill $bill): string;
|
public function getOverallAverage(Bill $bill): string;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @param int $size
|
||||||
|
*
|
||||||
|
* @return LengthAwarePaginator
|
||||||
|
*/
|
||||||
|
public function getPaginator(int $size): LengthAwarePaginator;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @param Bill $bill
|
* @param Bill $bill
|
||||||
* @param Carbon $start
|
* @param Carbon $start
|
||||||
|
Reference in New Issue
Block a user