summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorVincent Petry <vincent@nextcloud.com>2022-12-12 10:25:53 +0100
committerCôme Chilliet <come.chilliet@nextcloud.com>2023-01-02 12:22:07 +0100
commit82397529ef15b589f1fb24054786ca1e92ef77fa (patch)
tree24cc44695be1db82ac07ed31392aa86eadb3f97b /lib
parent6881d200ad72a881dc4449ca38153f85d966195f (diff)
downloadnextcloud-server-82397529ef15b589f1fb24054786ca1e92ef77fa.tar.gz
nextcloud-server-82397529ef15b589f1fb24054786ca1e92ef77fa.zip
Remove quota value type for 32-bit systems
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
Diffstat (limited to 'lib')
-rw-r--r--lib/private/Files/Storage/Wrapper/Quota.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/private/Files/Storage/Wrapper/Quota.php b/lib/private/Files/Storage/Wrapper/Quota.php
index 154c448999c..130a184dab2 100644
--- a/lib/private/Files/Storage/Wrapper/Quota.php
+++ b/lib/private/Files/Storage/Wrapper/Quota.php
@@ -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;