diff --git a/src/Service/RDAPService.php b/src/Service/RDAPService.php index dabbb88..4eada07 100644 --- a/src/Service/RDAPService.php +++ b/src/Service/RDAPService.php @@ -847,7 +847,7 @@ class RDAPService $entity ->setHandle($registrar->value) ->setTld(null) - ->setJCard(['vcard', [['version', [], 'text', '4.0'], ['fn', [], 'text', $registrar->name]]]) + ->setJCard(['vcard', [['version', [], 'text', '4.0'], ['fn', [], 'text', (string) $registrar->name]]]) ->setRemarks(null) ->getIanaAccreditation() ->setRegistrarName($registrar->name)