moodle/lib/filebrowser
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
..
tests MDL-77164 various: fix incorrect phpdocs 2023-04-13 11:35:06 +01:00
file_browser.php
file_info.php MDL-65292 style: Fix all the function declaration ordering 2024-02-28 23:47:47 +01:00
file_info_context_course.php MDL-63103 filebrowser: Speed up finding activities with files 2019-01-11 08:58:39 +00:00
file_info_context_coursecat.php MDL-77439 lib_filebrowser: Splitup query to speedup get_courses 2023-05-16 20:36:50 +08:00
file_info_context_module.php
file_info_context_system.php
file_info_context_user.php
file_info_stored.php
virtual_root_file.php