Commit Graph

8 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
Petr Škoda ba9703d14f MDL-34441 always use proper charset in htmlspecialchars() calls 2012-07-22 15:38:02 +02:00
Petr Škoda 5a773597de MDL-34441 cleanup dtl related phpdocs and minor style improvements 2012-07-22 15:38:02 +02:00
Petr Skoda f65405d0c2 spelling fixes 2010-09-18 10:14:46 +00:00
Petr Skoda 2ac619c1e0 MDL-21249 improved php docs and adding direct access prevention in dtl 2010-07-25 12:57:44 +00:00
Petr Skoda 25a0c3e57b some DTL comment typos fixed 2010-05-21 18:45:04 +00:00
skodak 8cc35d2055 MDL-14679 license header fixes 2009-06-12 08:50:50 +00:00
skodak e85a924fec MDL-15635 DTL refactoring, adding release field to xml file 2008-08-30 18:54:57 +00:00