]> source.dussan.org Git - nextcloud-server.git/commitdiff
Remove quota value type for 32-bit systems
authorVincent Petry <vincent@nextcloud.com>
Mon, 12 Dec 2022 09:25:53 +0000 (10:25 +0100)
committerCôme Chilliet <come.chilliet@nextcloud.com>
Mon, 2 Jan 2023 11:22:07 +0000 (12:22 +0100)
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
lib/private/Files/Storage/Wrapper/Quota.php

index 154c448999c6a10c4b1d09201c61bfb28fbf4939..130a184dab29f96715461884d5d2604e21a73b09 100644 (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;