Skip to content

Commit 98a1f1b

Browse files
committed
fix: Fix psalm issues
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
1 parent 10c2a9d commit 98a1f1b

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

apps/settings/lib/SetupChecks/TaskProcessingWorkerIsRunning.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,17 @@ public function __construct(
2929
) {
3030
}
3131

32+
#[\Override]
3233
public function getCategory(): string {
3334
return 'ai';
3435
}
3536

37+
#[\Override]
3638
public function getName(): string {
3739
return $this->l10n->t('Task Processing worker status');
3840
}
3941

42+
#[\Override]
4043
public function run(): SetupResult {
4144
$lastNDays = self::HAS_TASKS_IN_LAST_X_DAYS;
4245
$tasks = $this->taskProcessingManager->getTasks(userId: '', scheduleAfter: $this->timeFactory->now()->getTimestamp() - (60 * 60 * 24 * $lastNDays));

0 commit comments

Comments
 (0)