From 9e1fa284caf9b69b9991c071aa111c8d1367281c Mon Sep 17 00:00:00 2001 From: James Cole Date: Mon, 28 Dec 2015 07:43:05 +0100 Subject: [PATCH] Update php doc. --- app/Http/Controllers/Chart/BudgetController.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/app/Http/Controllers/Chart/BudgetController.php b/app/Http/Controllers/Chart/BudgetController.php index 03b2f36660..2ffcf552fe 100644 --- a/app/Http/Controllers/Chart/BudgetController.php +++ b/app/Http/Controllers/Chart/BudgetController.php @@ -268,13 +268,13 @@ class BudgetController extends Controller } /** - * Show a yearly overview for a budget. - * * @param BudgetRepositoryInterface $repository - * @param $year - * @param bool $shared + * @param $report_type + * @param Carbon $start + * @param Carbon $end + * @param Collection $accounts * - * @return \Symfony\Component\HttpFoundation\Response + * @return \Illuminate\Http\JsonResponse */ public function year(BudgetRepositoryInterface $repository, $report_type, Carbon $start, Carbon $end, Collection $accounts) {