Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update lib/private/Files/Storage/Wrapper/Availability.php add void
Signed-off-by: Vincent Petry <[email protected]>

Co-authored-by: Carl Schwan <[email protected]>
  • Loading branch information
PVince81 and CarlSchwan authored Nov 5, 2021
commit 93fb33d863413f001e25e6f327b808aea5beab85
2 changes: 1 addition & 1 deletion lib/private/Files/Storage/Wrapper/Availability.php
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,7 @@ public function getMetaData($path) {
/**
* @throws StorageNotAvailableException
*/
protected function setUnavailable(?StorageNotAvailableException $e) {
protected function setUnavailable(?StorageNotAvailableException $e): void {
$delay = self::RECHECK_TTL_SEC;
if ($e instanceof StorageAuthException) {
$delay = max(
Expand Down