PHPSemVerChecker\Operation\ClassMethodOperationDelta::getLine PHP Method

getLine() public method

public getLine ( ) : integer
return integer
    public function getLine()
    {
        return $this->classMethodAfter->getLine();
    }