mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 17:06:53 +02:00
MDL-72075 qbank_statistics: fix coding style
This commit is contained in:
parent
341e3079fc
commit
2fcc93981f
6 changed files with 52 additions and 19 deletions
|
@ -29,14 +29,18 @@ use qbank_statistics\helper;
|
|||
class discrimination_index extends column_base {
|
||||
|
||||
/**
|
||||
* {@inheritdoc}
|
||||
* Title for this column.
|
||||
*
|
||||
* @return string column title
|
||||
*/
|
||||
protected function get_title(): string {
|
||||
return get_string('discrimination_index', 'qbank_statistics');
|
||||
}
|
||||
|
||||
/**
|
||||
* {@inheritdoc}
|
||||
* Column name.
|
||||
*
|
||||
* @return string column name
|
||||
*/
|
||||
public function get_name(): string {
|
||||
return 'discrimination_index';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue