Fix TODO.

This commit is contained in:
James Cole 2015-12-28 07:31:48 +01:00
parent ffa88eeb08
commit 929a2a30a2

View File

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