diff --git a/apps/contactsinteraction/lib/BackgroundJob/CleanupJob.php b/apps/contactsinteraction/lib/BackgroundJob/CleanupJob.php index f23eaa6e1d3..0291f8ae6bc 100644 --- a/apps/contactsinteraction/lib/BackgroundJob/CleanupJob.php +++ b/apps/contactsinteraction/lib/BackgroundJob/CleanupJob.php @@ -43,7 +43,7 @@ class CleanupJob extends TimedJob { } - protected function run($argument): void { + protected function run(mixed $argument): void { $time = $this->time->getDateTime(); $time->modify('-7days'); $this->mapper->cleanUp($time->getTimestamp());