moodle/grade/edit
Eloy Lafuente (stronk7) 29a541724f
MDL-65292 style: Fix all the function declaration ordering
This has been generated running the following Sniff,
part of the Moodle's CodeSniffer standard:
- PSR2.Methods.MethodDeclaration

It just ensures all the function declarations have
the correct order for:
- abstract and final.
- visibility (public, protected, private).
- static.

So, all the lines modified by this commit are function declarations
and the only changes are in the positions of those keywords.
2024-02-28 23:47:47 +01:00
..
letter MDL-77144 core_grades: fix headings in grade area 2023-05-11 10:09:09 +10:00
outcome MDL-71062 core: Step 1 deprecation of print_error function 2022-07-13 08:20:54 +05:30
scale MDL-77144 core_grades: fix headings in grade area 2023-05-11 10:09:09 +10:00
settings MDL-77144 core_grades: fix headings in grade area 2023-05-11 10:09:09 +10:00
tree MDL-65292 style: Fix all the function declaration ordering 2024-02-28 23:47:47 +01:00