Commit Graph

5 Commits

Author SHA1 Message Date
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
David Mudrak f9dab4bed2 MDL-30982 Restore moodle2 files - phpDocs categorization 2012-02-27 11:59:43 +01:00
Eloy Lafuente 5ab8d2de39 MDL-21432 backup - let the tasks to use the steps 2010-07-27 23:40:35 +00:00
Eloy Lafuente b8e455a789 MDL-23478 backup - restore blocks (instances an positions) 2010-07-24 22:56:30 +00:00
Eloy Lafuente 2801883fd5 MDL-21432 restore - spreading restore plan with block tasks 2010-07-11 18:22:38 +00:00