You are here

namespace DrupalPractice\Sniffs\Commenting in Coder 8.2

Same name in other branches
  1. 8.3 DrupalPractice\Sniffs\Commenting
  2. 8.3.x DrupalPractice\Sniffs\Commenting
Classsort descending Location Description
AuthorTagSniff coder_sniffer/DrupalPractice/Sniffs/Commenting/AuthorTagSniff.php Checks the usage of @author tags.
AuthorTagUnitTest coder_sniffer/DrupalPractice/Test/Commenting/AuthorTagUnitTest.php
CommentEmptyLineSniff coder_sniffer/DrupalPractice/Sniffs/Commenting/CommentEmptyLineSniff.php Throws a warning if there is a blank line after an inline comment.
CommentEmptyLineUnitTest coder_sniffer/DrupalPractice/Test/Commenting/CommentEmptyLineUnitTest.php Unit test class for the EmptyStatement sniff.
ExpectedExceptionSniff coder_sniffer/DrupalPractice/Sniffs/Commenting/ExpectedExceptionSniff.php Checks that the PHPunit @expectedExcpetion tags are not used.
ExpectedExceptionUnitTest coder_sniffer/DrupalPractice/Test/Commenting/ExpectedExceptionUnitTest.php