mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-16 01:06:46 +00:00
Remove double lines from code.
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
Reference in New Issue
Block a user