MDL-63702 core_block: Correct phpdoc for get_users

This commit is contained in:
Andrew Nicols
2018-11-02 08:35:07 +08:00
parent a6589f69f5
commit d0851ea944
+1 -1
View File
@@ -105,7 +105,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.
*/