Merge branch 'MDL-64790-master_apidoc_fix' of https://github.com/nicoroeser/moodle

This commit is contained in:
Sara Arjona 2019-03-25 12:37:54 +01:00
commit 03fa6b48ad

View File

@ -383,8 +383,8 @@ function upgrade_block_savepoint($result, $version, $blockname, $allowabort=true
* @category upgrade
* @param bool $result false if upgrade step failed, true if completed
* @param string or float $version main version
* @param string $type name of plugin
* @param string $dir location of plugin
* @param string $type The type of the plugin.
* @param string $plugin The name of the plugin.
* @param bool $allowabort allow user to abort script execution here
* @return void
*/