mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
fix phpstan warnings
This commit is contained in:
@@ -37,7 +37,7 @@ class BillDateCalculator
|
||||
/**
|
||||
* Returns the dates a bill needs to be paid.
|
||||
*
|
||||
* @SuppressWarnings(PHPMD.ExcessiveParameterList)
|
||||
* @SuppressWarnings("PHPMD.ExcessiveParameterList")
|
||||
*/
|
||||
public function getPayDates(Carbon $earliest, Carbon $latest, Carbon $billStart, string $period, int $skip, ?Carbon $lastPaid): array
|
||||
{
|
||||
|
@@ -34,7 +34,7 @@ trait ReturnsIntegerIdTrait
|
||||
/**
|
||||
* Get the ID
|
||||
*
|
||||
* @SuppressWarnings(PHPMD.ShortMethodName)
|
||||
* @SuppressWarnings("PHPMD.ShortMethodName")
|
||||
*/
|
||||
protected function id(): Attribute
|
||||
{
|
||||
|
Reference in New Issue
Block a user