PHPSemVerChecker\Operation\ClassMethodOperationDelta::getLine PHP 메소드

getLine() 공개 메소드

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