protected property Drupal_Sniffs_Commenting_FunctionCommentSniff::$currentFile in Coder 7.2
The current PHP_CodeSniffer_File object we are processing.
Type: PHP_CodeSniffer_File
File
- coder_sniffer/
Drupal/ Sniffs/ Commenting/ FunctionCommentSniff.php, line 56
Class
- Drupal_Sniffs_Commenting_FunctionCommentSniff
- Parses and verifies the doc comments for functions. Largely copied from Squiz_Sniffs_Commenting_FunctionCommentSniff.
Code
protected $currentFile = null;