protected property FunctionCall::$arguments in Coder 8.2
Same name and namespace in other branches
- 8.3 coder_sniffer/Drupal/Sniffs/Semantics/FunctionCall.php \Drupal\Sniffs\Semantics\FunctionCall::arguments
- 8.3.x coder_sniffer/Drupal/Sniffs/Semantics/FunctionCall.php \Drupal\Sniffs\Semantics\FunctionCall::arguments
Internal cache to save the calculated arguments of the function call.
Type: array
File
- coder_sniffer/
Drupal/ Sniffs/ Semantics/ FunctionCall.php, line 59
Class
- FunctionCall
- Helper class to sniff for specific function calls.
Namespace
Drupal\Sniffs\SemanticsCode
protected $arguments;