Skip to content

v3.4.3

Compare
Choose a tag to compare
@stronk7 stronk7 released this 27 Mar 16:48
· 53 commits to main since this release
66d0f48

Added

  • Add new moodle.Commenting.DocblockDescription sniff to check that all the artifacts (classes, interfaces, traits, ...) and functions PHPDoc blocks have some description.

Changed

  • The moodle.Commenting.MissingDocBlock sniff now also checks that constants are documented.

Fixed

  • Solved a problem with file-level PHPDoc blocks not controlling the required blank lines after it.
  • Fixed the PHPDoc block detection when multi-line PHP 8 attributes are used in the middle.