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 MichaIng
parent 701cc1eaba
commit c6b683342e
No known key found for this signature in database
GPG key ID: 0442B9ADE65643FE

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