Skip to content
Snippets Groups Projects
Verified Commit 499286ca authored by Tim Schroeder's avatar Tim Schroeder
Browse files

fixed wrong type in phpdoc

parent f2fb672e
No related branches found
No related tags found
No related merge requests found
......@@ -214,7 +214,7 @@ class sitedirectory_api extends enrol_database_plugin {
/**
* Returns details for a course.
* @param string $idnumber the idnumber of a course
* @return array details of the course
* @return object details of the course
* @throws access_sitedirectory_exception when failing to read from SiteDirectory
* @throws course_not_found_exception when course doesn't exist in SiteDirectory
*/
......
......@@ -25,8 +25,8 @@
defined('MOODLE_INTERNAL') || die();
$plugin->component = 'tool_sdapi';
$plugin->release = '1.8.0';
$plugin->version = 2022100700;
$plugin->release = '1.8.1';
$plugin->version = 2022101200;
$plugin->requires = 2017051500;
$plugin->dependencies = ['enrol_database' => 2017111300];
$plugin->maturity = MATURITY_STABLE;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment