protected property Drupal_Sniffs_Semantics_FunctionCallSniff::$closeBracket in Coder 7.2
The token position of the closing bracket of the function call.
Type: int
File
- coder_sniffer/
Drupal/ Sniffs/ Semantics/ FunctionCallSniff.php, line 56
Class
- Drupal_Sniffs_Semantics_FunctionCallSniff
- Helper class to sniff for specific function calls.
Code
protected $closeBracket;