mirror of
https://github.com/nextcloud/server.git
synced 2026-06-09 00:32:29 -04:00
Update lib/private/Files/Storage/Wrapper/Availability.php add void
Signed-off-by: Vincent Petry <vincent@nextcloud.com> Co-authored-by: Carl Schwan <carl@carlschwan.eu>
This commit is contained in:
parent
3f08a6da90
commit
8206b38f00
1 changed files with 1 additions and 1 deletions
|
|
@ -453,7 +453,7 @@ class Availability extends Wrapper {
|
|||
/**
|
||||
* @throws StorageNotAvailableException
|
||||
*/
|
||||
protected function setUnavailable(?StorageNotAvailableException $e) {
|
||||
protected function setUnavailable(?StorageNotAvailableException $e): void {
|
||||
$delay = self::RECHECK_TTL_SEC;
|
||||
if ($e instanceof StorageAuthException) {
|
||||
$delay = max(
|
||||
|
|
|
|||
Loading…
Reference in a new issue