private property Drupal_Sniffs_Commenting_FunctionCommentSniff::$_classToken in Coder 7.2
The position in the stack where the class token was found.
Type: int
File
- coder_sniffer/
Drupal/ Sniffs/ Commenting/ FunctionCommentSniff.php, line 42
Class
- Drupal_Sniffs_Commenting_FunctionCommentSniff
- Parses and verifies the doc comments for functions. Largely copied from Squiz_Sniffs_Commenting_FunctionCommentSniff.
Code
private $_classToken = null;