Skip to content

Commit 84e3719

Browse files
committed
Make adjustments based on the psalm messages
Signed-off-by: Hamid Dehnavi <hamid.dev.pro@gmail.com>
1 parent 621be96 commit 84e3719

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/contactsinteraction/lib/BackgroundJob/CleanupJob.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public function __construct(
4343

4444
}
4545

46-
protected function run($argument): void {
46+
protected function run(mixed $argument): void {
4747
$time = $this->time->getDateTime();
4848
$time->modify('-7days');
4949
$this->mapper->cleanUp($time->getTimestamp());

0 commit comments

Comments
 (0)