Cleaning up

This commit is contained in:
James Cole
2016-01-01 21:15:03 +01:00
parent 27cabb398e
commit 5eb0e18cae
5 changed files with 43 additions and 49 deletions

View File

@@ -17,8 +17,6 @@ interface BudgetRepositoryInterface
{
/**
* @return void
*/
@@ -97,8 +95,8 @@ interface BudgetRepositoryInterface
* from the given users accounts..
*
* @param Collection $accounts
* @param Carbon $start
* @param Carbon $end
* @param Carbon $start
* @param Carbon $end
*
* @return array
*/