mirror of
https://github.com/nextcloud/server.git
synced 2026-04-15 22:11:17 -04:00
Make adjustments based on the psalm messages
Signed-off-by: Hamid Dehnavi <hamid.dev.pro@gmail.com>
This commit is contained in:
parent
e22742b910
commit
e1b33e6cd0
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue