]> source.dussan.org Git - nextcloud-server.git/commitdiff
Make adjustments based on the psalm messages 39243/head
authorHamid Dehnavi <hamid.dev.pro@gmail.com>
Sun, 16 Jul 2023 12:27:15 +0000 (15:57 +0330)
committerDaniel <mail@danielkesselberg.de>
Tue, 29 Aug 2023 09:35:44 +0000 (11:35 +0200)
Signed-off-by: Hamid Dehnavi <hamid.dev.pro@gmail.com>
apps/contactsinteraction/lib/BackgroundJob/CleanupJob.php

index f23eaa6e1d378eb7c07167179e129cf87cd77440..0291f8ae6bc75f7d2126fd022ae2b84a249a5f4f 100644 (file)
@@ -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());