MDL-75423 gradereport_singleview: Styling fixes.

This commit is contained in:
Ilya Tregubov 2022-10-26 10:11:54 +03:00 committed by Mihail Geshoski
parent aa747024fc
commit 678a2bc29b
6 changed files with 15 additions and 7 deletions

View file

@ -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 = [];