Skip to content

v3.4.10

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 04 Jul 16:40
89ff0ac

Changed

  • The moodle.NamingConventions.ValidFunctionName sniff will now ignore errors on methods employing the #[\Override] attribute.
  • The moodle.Commenting.MissingDocblock sniff no longer warns about missing docs on non-global anonymous classes, for example those written as an instance class in a unit test.

Fixed

  • Fixed an edge case leading to the file phpdoc block being incorrectly detected by various sniffs.
  • Fixed a couple of problems with the moodle.Files.BoilerplateComment related to empty comment lines and to comments in the <?php open tag line.

Take a look at the CHANGELOG for details about other releases.