Skip to content

Commit 93fb33d

Browse files
PVince81CarlSchwan
andauthored
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>
1 parent c687592 commit 93fb33d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/private/Files/Storage/Wrapper/Availability.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -453,7 +453,7 @@ public function getMetaData($path) {
453453
/**
454454
* @throws StorageNotAvailableException
455455
*/
456-
protected function setUnavailable(?StorageNotAvailableException $e) {
456+
protected function setUnavailable(?StorageNotAvailableException $e): void {
457457
$delay = self::RECHECK_TTL_SEC;
458458
if ($e instanceof StorageAuthException) {
459459
$delay = max(

0 commit comments

Comments
 (0)