Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2018-05-17 15:40:26 +0300
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2018-05-24 18:52:15 +0300
commit55184158292d3b4d4835b3bdb724bb19edf88355 (patch)
tree2cf98bdcf55eb7493a628f712a1033f50625cd60 /lib/public/IGroup.php
parent97af7566e4f9e703d096e4fae3ab8c60304627aa (diff)
Fixes since requirement
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'lib/public/IGroup.php')
-rw-r--r--lib/public/IGroup.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/public/IGroup.php b/lib/public/IGroup.php
index 436338b4ac6..22fa28f94be 100644
--- a/lib/public/IGroup.php
+++ b/lib/public/IGroup.php
@@ -104,6 +104,7 @@ interface IGroup {
* returns the number of disabled users
*
* @return int|bool
+ * @since 14.0.0
*/
public function countDisabled();