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 6881d200ad
commit 82397529ef
No known key found for this signature in database
GPG key ID: A3E2F658B28C760A

View file

@ -37,7 +37,6 @@ use OCP\Files\Cache\ICacheEntry;
use OCP\Files\Storage\IStorage;
class Quota extends Wrapper {
/**
* @var int $quota
*/
@ -61,7 +60,7 @@ class Quota extends Wrapper {
}
/**
* @return int quota value
* @return quota value
*/
public function getQuota() {
return $this->quota;