MDL-63702 core_block: Correct phpdoc for get_users
authorAndrew Nicols <andrew@nicols.co.uk>
Fri, 2 Nov 2018 00:32:48 +0000 (08:32 +0800)
committerAndrew Nicols <andrew@nicols.co.uk>
Fri, 2 Nov 2018 00:34:20 +0000 (08:34 +0800)
blocks/classes/privacy/provider.php

index 954f72b..d756dac 100644 (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.
      */