Closed
Description
Rule
@author MUST NOT be used
Reason
As per magento DocBlock document (https://devdocs.magento.com/guides/v2.3/coding-standards/docblock-standard-general.html#documentation-space)
Structure of documentation space
@author ,@category, @Package, and @subpackage MUST NOT be used. Documentation is organized with the use of namespaces.
Implementation
Need to add @author in $forbiddenTags