From e1b33e6cd073c187ef50e36fef389f41583b8f76 Mon Sep 17 00:00:00 2001 From: Hamid Dehnavi Date: Sun, 16 Jul 2023 15:57:15 +0330 Subject: [PATCH] Make adjustments based on the psalm messages Signed-off-by: Hamid Dehnavi --- apps/contactsinteraction/lib/BackgroundJob/CleanupJob.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()); -- 2.39.5