PHPStan\Analyser\UndefinedVariableException::getScope PHP Method

getScope() public method

public getScope ( ) : Scope
return Scope
    public function getScope() : Scope
    {
        return $this->scope;
    }