-
Improvement
-
Resolution: Fixed
-
Minor
-
3.7.3, 3.8, 3.9
-
MOODLE_37_STABLE, MOODLE_38_STABLE, MOODLE_39_STABLE
-
MOODLE_39_STABLE
-
This is about to clean mod/wiki/parser/parser.php and make it style compliant:
- Add the file comments block (+ MOODLE_INTERNAL).
- Whitespace fixes (alignment, tabs, trailing...)
- Rename a couple of (internal) variables to follow the coding style.
Note this does not fix the missing (in all methods) phpdoc blocks. Only phpcs.
We don't touch this file much, but every time we do lots of those little things are reported (for example MDL-67114). I started applying the coding style in that issue but wanted to keep that it clean from noise. So doing it here and now.
For your consideration.
- is blocked by
-
MDL-67114 Fix known uses of null, bool, int, float or resource as array
- Closed