From e0f6f7e6ac9fbb956318c47e2b173fbafa7347c0 Mon Sep 17 00:00:00 2001 From: Vincent Petry Date: Mon, 12 Dec 2022 10:25:53 +0100 Subject: Remove quota value type for 32-bit systems Signed-off-by: Vincent Petry --- lib/private/Files/Storage/Wrapper/Quota.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib') diff --git a/lib/private/Files/Storage/Wrapper/Quota.php b/lib/private/Files/Storage/Wrapper/Quota.php index 5c542361c36..e28df24111e 100644 --- a/lib/private/Files/Storage/Wrapper/Quota.php +++ b/lib/private/Files/Storage/Wrapper/Quota.php @@ -57,9 +57,9 @@ class Quota extends Wrapper { } /** - * @return int quota value + * @return quota value */ - public function getQuota(): int { + public function getQuota() { if ($this->quota === null) { $quotaCallback = $this->quotaCallback; if ($quotaCallback === null) { -- cgit v1.2.3