namespace DrupalPractice\Sniffs\Commenting
Object name | File name | Summary |
---|---|---|
AuthorTagSniff | vendor/drupal/coder/coder_sniffer/DrupalPractice/Sniffs/Commenting/AuthorTagSniff.php | Checks the usage of @author tags. |
CommentEmptyLineSniff | vendor/drupal/coder/coder_sniffer/DrupalPractice/Sniffs/Commenting/CommentEmptyLineSniff.php | Throws a warning if there is a blank line after an inline comment. |
ExpectedExceptionSniff | vendor/drupal/coder/coder_sniffer/DrupalPractice/Sniffs/Commenting/ExpectedExceptionSniff.php | Checks that the PHPunit @expectedException tags are not used. |