Skip to content

Commit

Permalink
Merge branch 'MDL-63816-master' of git://github.com/mickhawkins/moodle
Browse files Browse the repository at this point in the history
andrewnicols committed Nov 2, 2018
2 parents 8037dd6 + b16a338 commit bdccab4
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion grade/grading/classes/privacy/provider.php
Original file line number Diff line number Diff line change
@@ -110,7 +110,7 @@ public static function get_contexts_for_userid(int $userid) : contextlist {
}

/**
* 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.
*/
2 changes: 1 addition & 1 deletion group/classes/privacy/provider.php
Original file line number Diff line number Diff line change
@@ -306,7 +306,7 @@ public static function get_contexts_for_userid(int $userid) : contextlist {
}

/**
* 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.
*/
2 changes: 1 addition & 1 deletion mod/assign/classes/privacy/provider.php
Original file line number Diff line number Diff line change
@@ -202,7 +202,7 @@ public static function get_contexts_for_userid(int $userid) : contextlist {
}

/**
* 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.
*/
2 changes: 1 addition & 1 deletion mod/assignment/classes/privacy/provider.php
Original file line number Diff line number Diff line change
@@ -116,7 +116,7 @@ public static function get_contexts_for_userid(int $userid) : contextlist {
}

/**
* 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.
*/
2 changes: 1 addition & 1 deletion privacy/classes/local/request/core_userlist_provider.php
Original file line number Diff line number Diff line change
@@ -36,7 +36,7 @@
interface core_userlist_provider {

/**
* 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.
*/

0 comments on commit bdccab4

Please sign in to comment.