MattKetmo / EmailChecker

Disposable email detection library for PHP
MIT License
264 stars 79 forks source link

Solve deprecation for php 8.2 #87

Closed VincentLanglet closed 1 year ago

VincentLanglet commented 1 year ago

Hi @MattKetmo, I tried to use your library and got deprecations messages like

Deprecated: Creation of dynamic property EmailChecker\ThrowawayDomains::$domains is deprecated in mattketmo/email-checker/src/EmailChecker/ThrowawayDomains.php on line 23

I look for all the dynamic properties in the code and fixed them in this PR.

If you find time to review/merge/release this, this would be awesome. Thanks.

MattKetmo commented 1 year ago

perfect, thanks 👍