You are here

protected property VariableAnalysisSniff::$currentFile in Coder 8.2

The current phpcsFile being checked.

Type: phpcsFile

File

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

Class

VariableAnalysisSniff
Checks the for undefined function variables.

Namespace

DrupalPractice\Sniffs\CodeAnalysis

Code

protected $currentFile = null;