From 4dbae58e8777fa4e38b564017c78c73ee2accc7d 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 a3f8ac7bbdd..4bbc744a1db 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.