mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-12 01:42:32 +00:00
fix phpstan warnings
This commit is contained in:
@@ -721,7 +721,7 @@ class BudgetRepository implements BudgetRepositoryInterface
|
||||
/**
|
||||
* @throws FireflyException
|
||||
*
|
||||
* @SuppressWarnings(PHPMD.NPathComplexity)
|
||||
* @SuppressWarnings("PHPMD.NPathComplexity")
|
||||
*/
|
||||
public function store(array $data): Budget
|
||||
{
|
||||
|
||||
@@ -203,7 +203,7 @@ class OperationsRepository implements OperationsRepositoryInterface
|
||||
}
|
||||
|
||||
/**
|
||||
* @SuppressWarnings(PHPMD.ExcessiveParameterList)
|
||||
* @SuppressWarnings("PHPMD.ExcessiveParameterList")
|
||||
*/
|
||||
public function sumExpenses(
|
||||
Carbon $start,
|
||||
|
||||
@@ -57,7 +57,7 @@ interface OperationsRepositoryInterface
|
||||
public function setUser(null|Authenticatable|User $user): void;
|
||||
|
||||
/**
|
||||
* @SuppressWarnings(PHPMD.ExcessiveParameterList)
|
||||
* @SuppressWarnings("PHPMD.ExcessiveParameterList")
|
||||
*/
|
||||
public function sumExpenses(
|
||||
Carbon $start,
|
||||
|
||||
Reference in New Issue
Block a user