From 929a2a30a2d425d5201b265874d7c19bc27306ce Mon Sep 17 00:00:00 2001 From: James Cole Date: Mon, 28 Dec 2015 07:31:48 +0100 Subject: [PATCH] Fix TODO. --- app/Http/Controllers/Chart/AccountController.php | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/app/Http/Controllers/Chart/AccountController.php b/app/Http/Controllers/Chart/AccountController.php index c1df3470f3..62d44002db 100644 --- a/app/Http/Controllers/Chart/AccountController.php +++ b/app/Http/Controllers/Chart/AccountController.php @@ -36,14 +36,13 @@ class AccountController extends Controller /** * Shows the balances for a given set of dates and accounts. + * + * @param $report_type + * @param Carbon $start + * @param Carbon $end + * @param Collection $accounts * - * TODO fix parameters. - * - * @param AccountRepositoryInterface $repository - * - * @param $url - * - * @return \Symfony\Component\HttpFoundation\Response + * @return \Illuminate\Http\JsonResponse */ public function report($report_type, Carbon $start, Carbon $end, Collection $accounts) {