I'm creating a custom rule config for our project and want to use the PEAR rule 'PEAR.Commenting.ClassComment'. But this rule checks more then we need. Like @package and @category. Is there a way to override the protected $tags from the FileCommentSniff (extends ClassCommentSniff) so the rule will be executed but only will check the @description en @since and exclude all the other tags?
I've check the PHPCS documentation but i couldn't find any information. Maybe someone else did change this rule and can provide some information. Checked the http://edorian.github.io/php-coding-standard-generator but it seems like you can't provide custom options for this rule.