mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-10 13:21:21 +00:00
Made it to level 6!
Some checks are pending
Code - Run Sonarcloud / SonarCloud (push) Waiting to run
Some checks are pending
Code - Run Sonarcloud / SonarCloud (push) Waiting to run
This commit is contained in:
@@ -117,7 +117,7 @@ class BillDateCalculator
|
||||
}
|
||||
}
|
||||
Log::debug('end of loop');
|
||||
$simple = $set->map(
|
||||
$simple = $set->map( // @phpstan-ignore-line
|
||||
static function (Carbon $date) {
|
||||
return $date->format('Y-m-d');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user