From eae2d5dd9a7c15ee81c76365bee0f96479de1bf8 Mon Sep 17 00:00:00 2001 From: NinaHerrmann Date: Tue, 11 Jun 2024 11:59:06 +0200 Subject: [PATCH] updated phpdoc comment --- classes/local/table/interaction_attention_table.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/classes/local/table/interaction_attention_table.php b/classes/local/table/interaction_attention_table.php index cf3acb88..67cfb714 100644 --- a/classes/local/table/interaction_attention_table.php +++ b/classes/local/table/interaction_attention_table.php @@ -136,8 +136,8 @@ public function col_tools($row) { /** * Dependent on the setting either returns the closest category or the category that is on the specified depth, * if the category depth is not reached the last category is returned. - * @param $row - * @return string + * @param object $row Row data. + * @return string category name * @throws \dml_exception */ public function col_category($row): String {