moodle/search
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
..
amd MDL-77559 js: Rebuild all JS with Node 16 2023-03-09 09:53:19 +08:00
classes MDL-65292 style: Fix all the function declaration ordering 2024-02-28 23:47:47 +01:00
cli MDL-55356 core_search: Make indexing task/CLI do context requests 2017-10-11 17:17:10 +01:00
engine MDL-65292 style: Fix all function declarations white space 2024-02-28 23:33:26 +01:00
templates MDL-56020 search: Adding get_results external function 2023-08-28 15:47:01 +02:00
tests MDL-56020 search: New WS core_search_get_top_results 2023-08-28 15:48:18 +02:00
index.php MDL-73317 search: Close session later in script 2023-02-09 12:03:49 +10:00
upgrade.txt MDL-68776 search: remove support for optional add_documents return. 2023-02-10 10:41:50 +00:00