metaregistrar / php-epp-client

Object-oriented PHP EPP Client
https://www.metaregistrar.com/docs/
MIT License
214 stars 160 forks source link

eppContactPostalInfo name and organisation are never null #22

Closed pkaz closed 8 years ago

pkaz commented 8 years ago

I am sure that getName and getOrganisationName in eppContactPostalInfo.php never return null, but empty string, since the setName and setOrganisationName use htmlspecialchars which returns and empty string if null is passed as a parameter.