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) {