diff options
Diffstat (limited to 'apps/files_sharing/src/services/ConfigService.js')
-rw-r--r-- | apps/files_sharing/src/services/ConfigService.js | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/apps/files_sharing/src/services/ConfigService.js b/apps/files_sharing/src/services/ConfigService.js index 919c0db7b36..0c371633994 100644 --- a/apps/files_sharing/src/services/ConfigService.js +++ b/apps/files_sharing/src/services/ConfigService.js @@ -219,7 +219,7 @@ export default class Config { /** * Get the default days to link shares expiration * - * @return {int} + * @return {number} * @readonly * @memberof Config */ @@ -230,7 +230,7 @@ export default class Config { /** * Get the default days to internal shares expiration * - * @return {int} + * @return {number} * @readonly * @memberof Config */ @@ -241,7 +241,7 @@ export default class Config { /** * Get the default days to remote shares expiration * - * @return {int} + * @return {number} * @readonly * @memberof Config */ @@ -294,7 +294,7 @@ export default class Config { /** * Get the maximum results of a share search * - * @return {int} + * @return {number} * @readonly * @memberof Config */ @@ -306,7 +306,7 @@ export default class Config { * Get the minimal string length * to initiate a share search * - * @return {int} + * @return {number} * @readonly * @memberof Config */ |