static property VariableInfo::$scopeTypeDescriptions in Coder 8.2
File
- coder_sniffer/
DrupalPractice/ Sniffs/ CodeAnalysis/ VariableAnalysisSniff.php, line 75
Class
- VariableInfo
- Holds details of a variable within a scope.
Namespace
DrupalPractice\Sniffs\CodeAnalysisCode
static $scopeTypeDescriptions = array(
'local' => 'variable',
'param' => 'function parameter',
'static' => 'static variable',
'global' => 'global variable',
'bound' => 'bound variable',
);