Fix: News-Referenzen und Reader-Module bei Archiv/Kalender-Kopie korrekt umbiegen

This commit is contained in:
2026-03-12 15:50:00 +01:00
parent 30e5a28ce3
commit 0617f19c28
3 changed files with 72 additions and 2 deletions

View File

@@ -30,6 +30,12 @@ final class DummyCopyResult
/** @var array<int,int> */
public array $calendarMap = [];
/** @var array<int,int> */
public array $newsItemMap = [];
/** @var array<int,int> */
public array $eventMap = [];
/** @var array<string> */
public array $notes = [];