Skip to content

Commit

Permalink
MBS-9498: Fix param phpdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobias Garske committed Nov 14, 2024
1 parent 374f258 commit 43ba724
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions classes/local/hook_callbacks.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class hook_callbacks {
/**
* Add a checkbox to add a ai-chat block.
*
* @param after_form_definition $hook
* @param \core_course\hook\after_form_definition $hook
*/
public static function handle_after_form_definition(\core_course\hook\after_form_definition $hook): void {
$tenant = \core\di::get(\local_ai_manager\local\tenant::class);
Expand All @@ -47,7 +47,7 @@ public static function handle_after_form_definition(\core_course\hook\after_form
/**
* Check for addaichat form setting and add/remove ai-chat block.
*
* @param after_form_submission $hook
* @param \core_course\hook\after_form_submission $hook
*/
public static function handle_after_form_submission(\core_course\hook\after_form_submission $hook): void {
global $DB;
Expand Down Expand Up @@ -88,7 +88,7 @@ public static function handle_after_form_submission(\core_course\hook\after_form
/**
* Check if block instance is present and set addaichat form setting.
*
* @param after_form_definition_after_data $hook
* @param \core_course\hook\after_form_definition_after_data $hook
* @return void
* @throws \dml_exception
*/
Expand Down

0 comments on commit 43ba724

Please sign in to comment.