Various code cleanup.

This commit is contained in:
James Cole
2016-11-26 09:16:06 +01:00
parent 62e41f1997
commit e8dfbff73f
8 changed files with 33 additions and 21 deletions

View File

@@ -203,9 +203,12 @@ class AccountController extends Controller
}
/**
* @param Account $account
* @param Carbon $start
* @param Carbon $end
* @param JournalCollectorInterface $collector
* @param Account $account
* @param Carbon $start
* @param Carbon $end
*
* @return \Illuminate\Http\JsonResponse
*/
public function incomeByCategory(JournalCollectorInterface $collector, Account $account, Carbon $start, Carbon $end)
{