v3.4.8
Added
- The existing
moodle.PHPUnit.TestCaseCovers
sniff now detects multiple uses of the@coversDefaultClass
annotation. Only one is allowed by class. - The existing
moodle.Files.BoilerplateComment
sniff now performs more checks (spacing, placement, blank lines, ...) and is able to fix many of them.
Changed
- Made codes for
moodle.Commenting.MissingDocblock
more specific to the scenario (Fixes #154).
Take a look at the CHANGELOG for details about other releases.