mirror of
https://github.com/nextcloud/server.git
synced 2026-06-10 17:23:59 -04:00
Remove quota value type for 32-bit systems
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
This commit is contained in:
parent
6881d200ad
commit
82397529ef
1 changed files with 1 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue