Remove double lines from code.

This commit is contained in:
James Cole
2019-08-28 16:28:14 +02:00
parent fa706d27d8
commit 5fb7635100
83 changed files with 0 additions and 129 deletions

View File

@@ -46,9 +46,6 @@ use Navigation;
/**
* Class BudgetRepository.
*
*
*
*
*/
class BudgetRepository implements BudgetRepositoryInterface
{
@@ -139,7 +136,6 @@ class BudgetRepository implements BudgetRepositoryInterface
*
* @return array
*
*
*/
public function collectBudgetInformation(Collection $budgets, Carbon $start, Carbon $end): array
{
@@ -281,7 +277,6 @@ class BudgetRepository implements BudgetRepositoryInterface
*
* @return Carbon
*
*
*/
public function firstUseDate(Budget $budget): ?Carbon
{
@@ -323,7 +318,6 @@ class BudgetRepository implements BudgetRepositoryInterface
*
* @return Collection
*
*
*/
public function getAllBudgetLimits(Carbon $start = null, Carbon $end = null): Collection
{
@@ -491,7 +485,6 @@ class BudgetRepository implements BudgetRepositoryInterface
*
* @return Collection
*
*
*/
public function getBudgetLimits(Budget $budget, Carbon $start = null, Carbon $end = null): Collection
{
@@ -1056,7 +1049,6 @@ class BudgetRepository implements BudgetRepositoryInterface
*
* @return BudgetLimit|null
*
*
*/
public function updateLimitAmount(Budget $budget, Carbon $start, Carbon $end, string $amount): ?BudgetLimit
{