mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Strict repair step
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
This commit is contained in:
parent
e22645136c
commit
a478945767
1 changed files with 2 additions and 1 deletions
|
|
@ -1,4 +1,5 @@
|
|||
<?php
|
||||
declare(strict_types=1);
|
||||
/**
|
||||
* @copyright Copyright 2018, Roeland Jago Douma <roeland@famdouma.nl>
|
||||
*
|
||||
|
|
@ -50,7 +51,7 @@ class SetTokenExpiration implements IRepairStep {
|
|||
$this->tokenProvider = $tokenProvider;
|
||||
}
|
||||
|
||||
public function getName() {
|
||||
public function getName(): string {
|
||||
return 'Update OAuth token expiration times';
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue