Skip to content

Commit daefdeb

Browse files
TobiGaPhMemmel
authored andcommitted
MBS-10572: update missing docblocks
1 parent b75e780 commit daefdeb

File tree

4 files changed

+6
-1
lines changed

4 files changed

+6
-1
lines changed

backup/moodle2/backup_aichat_stepslib.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@
2525
class backup_aichat_structure_step extends backup_activity_structure_step {
2626
/**
2727
* Define structure.
28+
*
29+
* @return backup_nested_element
2830
*/
2931
protected function define_structure() {
3032
$userinfo = $this->get_setting_value('users');

backup/moodle2/restore_aichat_stepslib.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@
2727
class restore_aichat_structure_step extends restore_activity_structure_step {
2828
/**
2929
* Define structure.
30+
*
31+
* @return array
3032
*/
3133
protected function define_structure() {
3234
$paths = [];

db/upgrade.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
* Define upgrade steps to be performed to upgrade the plugin from the old version to the current one.
2828
*
2929
* @param int $oldversion Version number the plugin is being upgraded from.
30+
* @return bool
3031
*/
3132
function xmldb_aichat_upgrade($oldversion) {
3233
global $DB;

index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
// along with Moodle. If not, see <https://www.gnu.org/licenses/>.
1616

1717
/**
18-
* View a aichat instance
18+
* View an aichat instance
1919
*
2020
* @package mod_aichat
2121
* @copyright 2025 ISB Bayern

0 commit comments

Comments
 (0)