$params The connection parameters to return the Easy Connect String for. */ protected function getEasyConnectString(array $params): string { return (string) EasyConnectString::fromConnectionParameters($params); } }