You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.