mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 17:06:53 +02:00
MDL-75423 gradereport_singleview: Styling fixes.
This commit is contained in:
parent
aa747024fc
commit
678a2bc29b
6 changed files with 15 additions and 7 deletions
|
@ -1716,7 +1716,7 @@ class grade_structure {
|
|||
* @param grade_grade $grade A grade_grade object
|
||||
* @return string
|
||||
*/
|
||||
public function get_grade_action_menu(grade_grade $grade) {
|
||||
public function get_grade_action_menu(grade_grade $grade) : string {
|
||||
global $OUTPUT;
|
||||
|
||||
$menuitems = [];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue