PHPStan\Analyser\Error::getLine PHP Method

getLine() public method

public getLine ( ) : integer | null
return integer | null
    public function getLine()
    {
        return $this->line;
    }