diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/private/Files/Storage/Wrapper/Quota.php | 3 |
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; |