/** * Clears the tags helper * * @return void * * @since 4.0.0 */ public function clearTagsHelper() : void { $this->tagsHelper = null; }