chobie\Jira\Issues\Walker::next PHP Method

next() public method

Move forward to next element.
public next ( ) : void
return void Any returned value is ignored.
    public function next()
    {
        $this->offset++;
    }