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.