public property PostStatementCommentSniff::$supportedTokenizers in Coder 8.2
A list of tokenizers this sniff supports.
Type: array
File
- coder_sniffer/
Drupal/ Sniffs/ Commenting/ PostStatementCommentSniff.php, line 32
Class
- PostStatementCommentSniff
- Largely copied from \PHP_CodeSniffer\Standards\Squiz\Sniffs\Commenting\PostStatementCommentSniff but we want the fixer to move the comment to the previous line.
Namespace
Drupal\Sniffs\CommentingCode
public $supportedTokenizers = array(
'PHP',
);