PHPStan\Analyser\UndefinedVariableException::getVariableName PHP Method

getVariableName() public method

public getVariableName ( ) : string
return string
    public function getVariableName() : string
    {
        return $this->variableName;
    }