/** * Close the current accordion * * @return string HTML to close the accordion * * @since 3.0 */ public static function endAccordion() : string { return '</div>'; }