moodle/availability/classes
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
..
output MDL-78204 availability: Remove 'showmore' from availability_info 2023-06-26 09:32:36 +02:00
privacy MDL-65292 style: Fix all function declarations white space 2024-02-28 23:33:26 +01:00
capability_checker.php MDL-44070 Conditional availability enhancements (2): subsystem, API 2014-04-07 20:11:33 +01:00
condition.php MDL-65292 style: Fix all the function declaration ordering 2024-02-28 23:47:47 +01:00
frontend.php MDL-68093 availability: Add support for private rule sets 2023-03-14 08:52:25 +00:00
info.php MDL-65292 style: Fix all the function declaration ordering 2024-02-28 23:47:47 +01:00
info_module.php MDL-72339 core_availability: Unsafe to use format_string in description 2021-10-06 11:28:26 +01:00
info_section.php MDL-55548 backup: changes after review 2017-06-12 15:52:54 +08:00
multiple_messages.php MDL-49434 availability: more bad whitespace 2015-07-22 23:58:12 +01:00
result.php MDL-44070 Conditional availability enhancements (2): subsystem, API 2014-04-07 20:11:33 +01:00
tree.php MDL-75548 misc: final Required parameter follows optional notices 2022-08-22 15:20:13 +01:00
tree_node.php MDL-65292 style: Fix all the function declaration ordering 2024-02-28 23:47:47 +01:00