You are here

protected property FunctionCall::$openBracket in Coder 8.3

Same name and namespace in other branches
  1. 8.2 coder_sniffer/Drupal/Sniffs/Semantics/FunctionCall.php \Drupal\Sniffs\Semantics\FunctionCall::openBracket
  2. 8.3.x coder_sniffer/Drupal/Sniffs/Semantics/FunctionCall.php \Drupal\Sniffs\Semantics\FunctionCall::openBracket

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

Type: integer

File

coder_sniffer/Drupal/Sniffs/Semantics/FunctionCall.php, line 45

Class

FunctionCall
Helper class to sniff for specific function calls.

Namespace

Drupal\Sniffs\Semantics

Code

protected $openBracket;