Skip to content

Commit

Permalink
fix up docblock on method that phpdoc was nagging about.
Browse files Browse the repository at this point in the history
  • Loading branch information
stopfstedt committed May 28, 2024
1 parent adc6416 commit cf162f5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion backup/moodle2/backup_quickmail_block_task.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,9 @@ public function get_configdata_encoded_attributes(): array {
}

/**
* {@inheritdoc}
* Encodes links for backup in the given content, then returns the transformed content.
* @param string $content The contents to back up.
* @return string
*/
public static function encode_content_links($content) {
// Todo: perhaps needing this when moving away from email zip attaches.
Expand Down

0 comments on commit cf162f5

Please sign in to comment.