mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Some extra debugging.
This commit is contained in:
parent
2efe5b07e2
commit
cf067d0bd2
@ -236,7 +236,7 @@ class BillTransformer extends AbstractTransformer
|
|||||||
}
|
}
|
||||||
// add to set
|
// add to set
|
||||||
$set->push(clone $nextExpectedMatch);
|
$set->push(clone $nextExpectedMatch);
|
||||||
Log::debug(sprintf('Add next expected match to set because its in the current start/end range, which now contains %d item(s)', $set->count()));
|
Log::debug(sprintf('Add next expected match (%s) to set because its in the current start/end range, which now contains %d item(s)', $nextExpectedMatch->format('Y-m-d'), $set->count()));
|
||||||
$nextExpectedMatch->addDay();
|
$nextExpectedMatch->addDay();
|
||||||
$currentStart = clone $nextExpectedMatch;
|
$currentStart = clone $nextExpectedMatch;
|
||||||
$loop++;
|
$loop++;
|
||||||
|
Loading…
Reference in New Issue
Block a user