Closed

Description
Steps to reproduce
- Clone repo https://github.com/magento/magento-coding-standard, this did not occur in earlier versions
- Have a class constructor that lacks PHP-Doc comments
- Testing a Magento 2 module with
vendor/bin/phpcs --standard=Magento2 --error-severity=1 --warning-severity=0 $PATH_TO_MODULE
Expected result
- No errors are generated and warnings are suppressed
Actual result
- A lot of level 5 errors like:
48 | ERROR | [ ] Comment block is missing
70 | ERROR | [x] Missing short description
71 | ERROR | [x] There must be exactly one blank line before tags
387 | ERROR | [x] Missing short description
388 | ERROR | [x] There must be exactly one blank line before tags
469 | ERROR | [x] Missing short description
470 | ERROR | [x] There must be exactly one blank line before tags
FYI the module passes tests at Adobe Commerce Marketplace