v3.3.6
Added
- A new
moodle-extra
coding standard which moves towards a more PSR-12 compliant coding style. - Enforce the use of the short array syntax (
[]
), warning about the long alternative (array()
):Generic.Arrays.DisallowLongArraySyntax
. This will be raised fromwarning
toerror
in 1 year.