Skip to content

Commit cc731ff

Browse files
committed
Update for CI testing
1 parent fd1c1da commit cc731ff

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

classes/navigation.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -203,9 +203,9 @@ private function get_courseadmin_nodes(): array {
203203
/**
204204
* Get child node.
205205
*
206-
* @param $id
207-
* @param $name
208-
* @param $link
206+
* @param int $id
207+
* @param string $name
208+
* @param string $link
209209
*
210210
* @return array
211211
*/

version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
$plugin->release = '4.4.1 (2024080602)';
2929
$plugin->maturity = MATURITY_STABLE;
30-
$plugin->version = 2024080602;
30+
$plugin->version = 2024082300;
3131
$plugin->requires = 2015111602;
3232
$plugin->component = 'local_commander';
3333
$plugin->supported = [39, 404];

0 commit comments

Comments
 (0)