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