We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 621be96 commit 84e3719Copy full SHA for 84e3719
apps/contactsinteraction/lib/BackgroundJob/CleanupJob.php
@@ -43,7 +43,7 @@ public function __construct(
43
44
}
45
46
- protected function run($argument): void {
+ protected function run(mixed $argument): void {
47
$time = $this->time->getDateTime();
48
$time->modify('-7days');
49
$this->mapper->cleanUp($time->getTimestamp());
0 commit comments