protected property Drupal_Sniffs_Commenting_FunctionCommentSniff::$commentParser in Coder 7.2
The function comment parser for the current method.
Type: Drupal_CommentParser_FunctionCommentParser
File
- coder_sniffer/
Drupal/ Sniffs/ Commenting/ FunctionCommentSniff.php, line 49
Class
- Drupal_Sniffs_Commenting_FunctionCommentSniff
- Parses and verifies the doc comments for functions. Largely copied from Squiz_Sniffs_Commenting_FunctionCommentSniff.
Code
protected $commentParser = null;