From 55184158292d3b4d4835b3bdb724bb19edf88355 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Molakvo=C3=A6=20=28skjnldsv=29?= Date: Thu, 17 May 2018 14:40:26 +0200 Subject: [PATCH] Fixes since requirement MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: John Molakvoæ (skjnldsv) --- lib/public/IGroup.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/public/IGroup.php b/lib/public/IGroup.php index 436338b4ac..22fa28f94b 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();