We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd1c1da commit cc731ffCopy full SHA for cc731ff
classes/navigation.php
@@ -203,9 +203,9 @@ private function get_courseadmin_nodes(): array {
203
/**
204
* Get child node.
205
*
206
- * @param $id
207
- * @param $name
208
- * @param $link
+ * @param int $id
+ * @param string $name
+ * @param string $link
209
210
* @return array
211
*/
version.php
@@ -27,7 +27,7 @@
27
28
$plugin->release = '4.4.1 (2024080602)';
29
$plugin->maturity = MATURITY_STABLE;
30
-$plugin->version = 2024080602;
+$plugin->version = 2024082300;
31
$plugin->requires = 2015111602;
32
$plugin->component = 'local_commander';
33
$plugin->supported = [39, 404];
0 commit comments