This commit is contained in:
James Cole
2017-11-18 11:32:35 +01:00
parent 64fc6b6523
commit 1045ed13fa
4 changed files with 10 additions and 9 deletions

View File

@@ -214,5 +214,5 @@ interface BudgetRepositoryInterface
*
* @return BudgetLimit
*/
public function updateLimitAmount(Budget $budget, Carbon $start, Carbon $end, int $amount): BudgetLimit;
public function updateLimitAmount(Budget $budget, Carbon $start, Carbon $end, string $amount): BudgetLimit;
}