From: Hamid Dehnavi Date: Sun, 16 Jul 2023 12:27:15 +0000 (+0330) Subject: Make adjustments based on the psalm messages X-Git-Tag: v28.0.0beta1~458^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=e1b33e6cd073c187ef50e36fef389f41583b8f76;p=nextcloud-server.git Make adjustments based on the psalm messages Signed-off-by: Hamid Dehnavi --- 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());