Update php doc.

This commit is contained in:
James Cole 2015-12-28 07:43:05 +01:00
parent 3bf800be6e
commit 9e1fa284ca

View File

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