MDL-86225 plagiarism: Update data type from object to array

This commit is contained in:
Jose Pico
2025-08-11 16:06:26 +10:00
parent e27e1ed7bc
commit e419f36236
+1 -1
View File
@@ -31,7 +31,7 @@ if (!defined('MOODLE_INTERNAL')) {
/**
* displays the similarity score and provides a link to the full report if allowed.
*
* @param object $linkarray contains all relevant information for the plugin to generate a link
* @param array $linkarray contains all relevant information for the plugin to generate a link
* @return string - url to allow login/viewing of a similarity report
*/
function plagiarism_get_links($linkarray) {