/** * Get the last position in stack count * * @return string * * @since 4.0.0 */ protected function getLastTag() { return $this->stack[\count($this->stack) - 1]; }