SlevomatCodingStandard\Helpers\TokenPointerOutOfBoundsException::getLastTokenPointer PHP Method

getLastTokenPointer() public method

public getLastTokenPointer ( ) : integer
return integer
    public function getLastTokenPointer()
    {
        return $this->lastTokenPointer;
    }
TokenPointerOutOfBoundsException