mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-29 18:20:01 +00:00
Code cleanup before release.
This commit is contained in:
@@ -136,6 +136,7 @@ class BillRepository implements BillRepositoryInterface
|
||||
* @param Collection $accounts
|
||||
*
|
||||
* @return Collection
|
||||
* @throws \InvalidArgumentException
|
||||
*/
|
||||
public function getBillsForAccounts(Collection $accounts): Collection
|
||||
{
|
||||
@@ -221,7 +222,6 @@ class BillRepository implements BillRepositoryInterface
|
||||
* @param Carbon $end
|
||||
*
|
||||
* @return string
|
||||
* @throws \FireflyIII\Exceptions\FireflyException
|
||||
*/
|
||||
public function getBillsUnpaidInRange(Carbon $start, Carbon $end): string
|
||||
{
|
||||
@@ -276,6 +276,7 @@ class BillRepository implements BillRepositoryInterface
|
||||
* @param int $size
|
||||
*
|
||||
* @return LengthAwarePaginator
|
||||
* @throws \InvalidArgumentException
|
||||
*/
|
||||
public function getPaginator(int $size): LengthAwarePaginator
|
||||
{
|
||||
|
Reference in New Issue
Block a user