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
Paul Holden 58e8ad852f MDL-70823 blocks: safer unserializing during block restore. 2021-11-03 16:57:06 +01:00
Sam Hemelryk f25a6839fd MDL-44120 block: tidied up block @package uses 2014-02-16 12:17:14 +13:00
Eloy Lafuente dd0a7508d0 MDL-21432 backup - specialised blocks use the interlinks decoder 2010-07-27 23:47:12 +00:00
Eloy Lafuente a4586dae77 MDL-23478 backup - html block restore supporting serialized contents and fileareas 2010-07-24 23:03:23 +00:00