Skip to content

v3.3.6

Compare
Choose a tag to compare
@stronk7 stronk7 released this 15 Sep 11:21
· 188 commits to main since this release
9292e56

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 from warning to error in 1 year.

Full changelog