mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Fixed return type [skip ci]
This commit is contained in:
parent
4d5124fb4c
commit
bbf4007c3e
@ -209,7 +209,7 @@ class BillRepository implements BillRepositoryInterface
|
|||||||
/**
|
/**
|
||||||
* @param Bill $bill
|
* @param Bill $bill
|
||||||
*
|
*
|
||||||
* @return Carbon
|
* @return \Carbon\Carbon
|
||||||
*/
|
*/
|
||||||
public function nextExpectedMatch(Bill $bill)
|
public function nextExpectedMatch(Bill $bill)
|
||||||
{
|
{
|
||||||
|
@ -103,7 +103,7 @@ interface BillRepositoryInterface
|
|||||||
/**
|
/**
|
||||||
* @param Bill $bill
|
* @param Bill $bill
|
||||||
*
|
*
|
||||||
* @return Carbon|null
|
* @return \Carbon\Carbon
|
||||||
*/
|
*/
|
||||||
public function nextExpectedMatch(Bill $bill);
|
public function nextExpectedMatch(Bill $bill);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user