Make adjustments based on the psalm messages

Signed-off-by: Hamid Dehnavi <hamid.dev.pro@gmail.com>
pull/39243/head
Hamid Dehnavi 3 years ago committed by Daniel
parent e22742b910
commit e1b33e6cd0
  1. 2
      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());

Loading…
Cancel
Save