Clean up code.

This commit is contained in:
James Cole 2018-02-06 19:49:16 +01:00
parent 178072d3af
commit da91645ec0
No known key found for this signature in database
GPG Key ID: C16961E655E74B5E

View File

@ -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