Run integration tests and improve transformers for all integrations #32

Merged
linos merged 13 commits from ci_multiple_integrations into main 2024-09-25 11:27:17 +02:00
Showing only changes of commit 61eaa01fc6 - Show all commits

View file

@ -254,8 +254,10 @@ final class Events_Manager extends Event_Transformer {
/**
* Get the events title/name.
*
* @return string
*/
protected function get_name() {
protected function get_name(): string {
return $this->em_event->event_name;
}