From 75d81f8f1857cd989129d0705e693e694f087d7f Mon Sep 17 00:00:00 2001 From: James Cole Date: Wed, 27 Apr 2016 19:22:15 +0200 Subject: [PATCH] Parameter change [skip ci] --- app/Repositories/Account/AccountRepository.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Repositories/Account/AccountRepository.php b/app/Repositories/Account/AccountRepository.php index 25f1775c96..be72843096 100644 --- a/app/Repositories/Account/AccountRepository.php +++ b/app/Repositories/Account/AccountRepository.php @@ -421,7 +421,7 @@ class AccountRepository implements AccountRepositoryInterface * @param Account $account * @param Carbon $date * - * @return float + * @return string */ public function leftOnAccount(Account $account, Carbon $date): string {