metaregistrar / php-epp-client

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

Typo in eppContactPostalInfo::setProvince() fails to set province #364

Closed jmalinens closed 10 months ago

jmalinens commented 1 year ago

it must be $this->province = $province; instead of $this->provice = $province;

this was found thanks to PHP8.2 deprecation:

Creation of dynamic property Metaregistrar\EPP\eppContactPostalInfo::$provice is deprecated

fixed in #365