Skip to content

Commit

Permalink
Fixed behat tests, second try
Browse files Browse the repository at this point in the history
  • Loading branch information
anst-i committed Dec 16, 2024
1 parent 7ce9554 commit a511e86
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion classes/import_as_version_action_column.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,11 @@ public function init(): void {
$this->actionname = get_string('importasversion', 'qbank_importasversion');
}

/** @return string The name of this plugin */
/**
* Returns the name of this plugin
*
* @return string The name of this plugin
*/
public function get_name(): string {
return 'importasversion';
}
Expand Down

0 comments on commit a511e86

Please sign in to comment.