Remove quota value type for 32-bit systems

Signed-off-by: Vincent Petry <vincent@nextcloud.com>
This commit is contained in:
Vincent Petry 2022-12-12 10:25:53 +01:00 committed by Côme Chilliet
parent 1efbbd885c
commit e0f6f7e6ac
No known key found for this signature in database
GPG key ID: A3E2F658B28C760A

View file

@ -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) {