From 78552ea548b33c2cef0ffeacfd2b8d6c4168aa65 Mon Sep 17 00:00:00 2001 From: Andrew Nicols Date: Fri, 2 Nov 2018 08:32:33 +0800 Subject: [PATCH] MDL-63422 blog: Correct phpdoc for get_users --- blog/classes/privacy/provider.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blog/classes/privacy/provider.php b/blog/classes/privacy/provider.php index 560466b109e..84d3f1c339f 100644 --- a/blog/classes/privacy/provider.php +++ b/blog/classes/privacy/provider.php @@ -166,7 +166,7 @@ class provider implements } /** - * Get the list of contexts that contain user information for the specified user. + * Get the list of users who have data within a context. * * @param \core_privacy\local\request\userlist $userlist The userlist containing the list of users who have * data in this context/plugin combination.