MDL-63816 privacy: Corrected provider get_users_in_context descriptions

This commit is contained in:
Michael Hawkins 2018-10-31 12:13:30 +08:00
parent 52e5c8b739
commit b16a3388bb
4 changed files with 4 additions and 4 deletions

View File

@ -110,7 +110,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 userlist $userlist The userlist containing the list of users who have data in this context/plugin combination.
*/

View File

@ -306,7 +306,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 userlist $userlist The userlist containing the list of users who have data in this context/plugin combination.
*/

View File

@ -202,7 +202,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 userlist $userlist The userlist containing the list of users who have data in this context/plugin combination.
*/

View File

@ -116,7 +116,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 userlist $userlist The userlist containing the list of users who have data in this context/plugin combination.
*/