moodle/grade/edit/tree
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
..
action.php MDL-78082 core_grades: Fix locking inconsistency 2023-09-06 22:20:39 +10:00
calculation.php MDL-77326 core_grades: Refactor grade report functions. 2023-10-31 10:15:05 +08:00
calculation_form.php MDL-51948 core: Patch core areas for LTR forms 2016-09-23 10:55:14 +01:00
category.php MDL-78905 grades: Carry over form data without validation 2023-09-27 09:19:40 +02:00
category_form.php MDL-77638 grade: Create add/edit grade category modal. 2023-07-25 17:05:41 +08:00
grade.php MDL-80072 core: Deprecate format_text smiley option 2024-02-12 11:11:18 +08:00
grade_form.php MDL-78436 gradebook: Require override to add feedback 2023-08-15 14:13:03 +08:00
index.php Merge branch 'MDL-78217-master' of https://github.com/rezaies/moodle 2023-09-22 10:53:55 +08:00
item.php MDL-78905 grades: Carry over form data without validation 2023-09-27 09:19:40 +02:00
item_form.php MDL-77637 gradebook_setup: Create gradeitems via dyn form 2023-06-27 09:01:25 +08:00
lib.php MDL-65292 style: Fix all the function declaration ordering 2024-02-28 23:47:47 +01:00
outcomeitem.php MDL-78905 grades: Carry over form data without validation 2023-09-27 09:19:40 +02:00
outcomeitem_form.php MDL-77639 gradebook_setup: Create outcomes via dyn form 2023-08-01 11:34:04 +07:00