fixed phpdocs type

This commit is contained in:
Petr Skoda
2010-09-17 10:44:56 +00:00
parent cc2202299f
commit 5c7bc383ce
+1 -1
View File
@@ -448,7 +448,7 @@ class auth_plugin_mnet extends auth_plugin_base {
* Normally called by the SP after calling user_authorise()
*
* @param string $username The username
* @param string $courses Assoc array of courses following the structure of mnetservice_enrol_courses
* @param array $courses Assoc array of courses following the structure of mnetservice_enrol_courses
* @return bool
*/
function update_enrolments($username, $courses) {