You are here

protected property Drupal_Sniffs_Semantics_FunctionCallSniff::$arguments in Coder 7.2

Internal cache to save the calculated arguments of the function call.

Type: array

File

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

Class

Drupal_Sniffs_Semantics_FunctionCallSniff
Helper class to sniff for specific function calls.

Code

protected $arguments;