You are here

protected property Drupal_Sniffs_Semantics_FunctionCallSniff::$openBracket in Coder 7.2

The token position of the opening bracket of the function call.

Type: int

File

coder_sniffer/Drupal/Sniffs/Semantics/FunctionCallSniff.php, line 49

Class

Drupal_Sniffs_Semantics_FunctionCallSniff
Helper class to sniff for specific function calls.

Code

protected $openBracket;