v3.3.13
Changed
- Applied various internal, coding and CI improvements:
- Modified own CI tests to behave better.
- Locked
nikic/php-parser
tov4
to avoid jumping tov5
yet (PHP compatibility).
- Updated composer dependencies to current versions, notably
PHP_CodeSniffer
(3.8.1).
Added
-
New
moodle.Commenting.TodoComment
Sniff will be in charge to control that all the todo comments in core (both// TODO
and@todo
ones) always come with a link to the MDL project in the Tracker.Its behaviour can be controlled both by the
commentRequiredRegex
property in ruleset files or by themoodleTodoCommentRegex
configuration option inphpcs.xml
files and CLI invocations. Setting them to empty string disables the Sniff completely.