Remove quota value type for 32-bit systems

Signed-off-by: Vincent Petry <vincent@nextcloud.com>
pull/37344/head
Vincent Petry 4 years ago committed by MichaIng
parent 701cc1eaba
commit c6b683342e
No known key found for this signature in database
GPG Key ID: 0442B9ADE65643FE
  1. 4
      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) {

Loading…
Cancel
Save