Remove inspection, add TODO's, make code a bit simpler.

This commit is contained in:
James Cole
2019-08-16 21:38:35 +02:00
parent 820358af73
commit f09d0e87e4
23 changed files with 79 additions and 90 deletions

View File

@@ -467,7 +467,7 @@ class BudgetRepository implements BudgetRepositoryInterface
return $amount;
}
/** @noinspection MoreThanThreeArgumentsInspection */
/**
* @param Carbon $start
@@ -544,7 +544,7 @@ class BudgetRepository implements BudgetRepositoryInterface
return $set;
}
/** @noinspection MoreThanThreeArgumentsInspection */
/**
* Get all budgets with these ID's.
@@ -570,7 +570,7 @@ class BudgetRepository implements BudgetRepositoryInterface
return $set;
}
/** @noinspection MoreThanThreeArgumentsInspection */
/**
* @param Collection $accounts
@@ -822,7 +822,7 @@ class BudgetRepository implements BudgetRepositoryInterface
return $newBudget;
}
/** @noinspection MoreThanThreeArgumentsInspection */
/**
* @param array $data