events/Classes/Service
Daniel Siepmann fc8c2b3046 Do not enter endless loop while date creation
Entering the continue part would end in an endless loop.
We never add anything to $i and therefore would end up here.

Existing tests ensure we don't break something.
The new test ensures we do not hit endless loop anymore.
2022-06-27 16:07:36 +02:00
..
Cleanup Fix broken remove past data 2021-12-20 09:45:25 +01:00
DestinationDataImportService Do not enter endless loop while date creation 2022-06-27 16:07:36 +02:00
CategoryService.php Remove PHPStan issues 2021-12-14 17:31:46 +01:00
CleanupService.php Fix broken remove past data 2021-12-20 09:45:25 +01:00
DataProcessingForModels.php Fix PHPStan issues 2021-12-13 09:27:28 +01:00
DestinationDataImportService.php Refactor date creation during import 2022-04-21 09:30:23 +02:00