You are here

public property VariableInfo::$scopeType in Coder 8.2

What scope the variable has: local, param, static, global, bound

File

coder_sniffer/DrupalPractice/Sniffs/CodeAnalysis/VariableAnalysisSniff.php, line 66

Class

VariableInfo
Holds details of a variable within a scope.

Namespace

DrupalPractice\Sniffs\CodeAnalysis

Code

public $scopeType;